クラス | |
class | wxDialog |
A dialog box is a window with a title bar and sometimes a system menu, which can be moved around the screen. More... | |
class | wxDialogLayoutAdapter |
This abstract class is the base for classes that help wxWidgets perform run-time layout adaptation of dialogs. More... | |
class | wxWindowModalDialogEvent |
Defines | |
#define | wxDEFAULT_DIALOG_STYLE (wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX) |
Enumerations | |
enum | wxDialogLayoutAdaptationMode { wxDIALOG_ADAPTATION_MODE_DEFAULT = 0, wxDIALOG_ADAPTATION_MODE_ENABLED = 1, wxDIALOG_ADAPTATION_MODE_DISABLED = 2 } |
Modes used for wxDialog::SetLayoutAdaptationMode(). More... |
#define wxDEFAULT_DIALOG_STYLE (wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX) |
Modes used for wxDialog::SetLayoutAdaptationMode().