Version: 2.9.4
Classes | Defines | Enumerations
dialog.h File Reference

クラス

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 Documentation

#define wxDEFAULT_DIALOG_STYLE   (wxCAPTION | wxSYSTEM_MENU | wxCLOSE_BOX)

Enumeration Type Documentation

Modes used for wxDialog::SetLayoutAdaptationMode().

Enumerator:
wxDIALOG_ADAPTATION_MODE_DEFAULT 

Use global adaptation enabled status.

wxDIALOG_ADAPTATION_MODE_ENABLED 

Enable this dialog overriding global status.

wxDIALOG_ADAPTATION_MODE_DISABLED 

Disable this dialog overriding global status.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines