Version: 3.2.2
toplevel.h File Reference

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...
 

Macro Definition Documentation

◆ wxDEFAULT_FRAME_STYLE

#define wxDEFAULT_FRAME_STYLE
Value:
wxRESIZE_BORDER | \
wxMINIMIZE_BOX | \
wxMAXIMIZE_BOX | \
wxCLOSE_BOX | \
wxCAPTION | \
wxCLIP_CHILDREN)
#define wxSYSTEM_MENU
Definition: defs.h:1345

Enumeration Type Documentation

◆ anonymous enum

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

anonymous enum

Styles used with wxTopLevelWindow::ShowFullScreen().

Enumerator
wxFULLSCREEN_NOMENUBAR 

Don't display the menu bar.

wxFULLSCREEN_NOTOOLBAR 

Don't display toolbar bars.

wxFULLSCREEN_NOSTATUSBAR 

Don't display the status bar.

wxFULLSCREEN_NOBORDER 

Don't display any border.

wxFULLSCREEN_NOCAPTION 

Don't display a caption.

wxFULLSCREEN_ALL 

Combination of all above, will display the least possible.

◆ wxContentProtection

Enumerator
wxCONTENT_PROTECTION_NONE 

Window contents are visible in screen captures.

wxCONTENT_PROTECTION_ENABLED 

Window contents are not visible in screen captures.