Classes | |
class | wxTopLevelWindow |
wxTopLevelWindow is a common base class for wxDialog and wxFrame. More... | |
class | wxTopLevelWindow::GeometrySerializer |
Class used with SaveGeometry() and RestoreToGeometry(). More... | |
Macros | |
#define | wxDEFAULT_FRAME_STYLE |
Enumerations | |
enum | { wxUSER_ATTENTION_INFO = 1 , wxUSER_ATTENTION_ERROR = 2 } |
Styles used with wxTopLevelWindow::RequestUserAttention(). More... | |
enum | wxContentProtection { wxCONTENT_PROTECTION_NONE , wxCONTENT_PROTECTION_ENABLED } |
enum | { wxFULLSCREEN_NOMENUBAR = 0x0001 , wxFULLSCREEN_NOTOOLBAR = 0x0002 , wxFULLSCREEN_NOSTATUSBAR = 0x0004 , wxFULLSCREEN_NOBORDER = 0x0008 , wxFULLSCREEN_NOCAPTION = 0x0010 , wxFULLSCREEN_ALL } |
Styles used with wxTopLevelWindow::ShowFullScreen(). More... | |
#define wxDEFAULT_FRAME_STYLE |
anonymous enum |
Styles used with wxTopLevelWindow::RequestUserAttention().
Enumerator | |
---|---|
wxUSER_ATTENTION_INFO | Requests user attention,. |
wxUSER_ATTENTION_ERROR | Results in a more drastic action. |
anonymous enum |
Styles used with wxTopLevelWindow::ShowFullScreen().
enum wxContentProtection |