クラス | |
class | wxMessageDialog |
This class represents a dialog that shows a single or multi-line message, with a choice of OK, Yes, No and Cancel buttons. More... | |
class | wxMessageDialog::ButtonLabel |
Helper class allowing to use either stock id or string labels. More... | |
Functions | |
int | wxMessageBox (const wxString &message, const wxString &caption=wxMessageBoxCaptionStr, int style=wxOK|wxCENTRE, wxWindow *parent=NULL, int x=wxDefaultCoord, int y=wxDefaultCoord) |
汎用的なメッセージダイアログを表示します。 | |
Variables | |
const char | wxMessageBoxCaptionStr [] = "Message" |
Default message box caption string. |
const char wxMessageBoxCaptionStr[] = "Message" |
Default message box caption string.