- wxTopLevelWindowDefault ctor. 
- CanSetTransparentReturns true if the platform supports making the window translucent. 
- CenterOnScreenA synonym for CentreOnScreen(). 
- CentreOnScreenCentres the window on screen. 
- CreateCreates the top level window. 
- GetDefaultItemReturns a pointer to the button which is the default for this window, or  NULL. 
- GetIconReturns the standard icon of the window. 
- GetIconsReturns all icons associated with the window, there will be none of them if neither SetIcon() nor SetIcons() had been called before. 
- GetTitleGets a string containing the window title. 
- GetTmpDefaultItem
- IconizeIconizes or restores the window. 
- IsActiveReturns true if this window is currently active, i.e. if the user is currently working with it. 
- IsAlwaysMaximizedReturns true if this window is expected to be always maximized, either due to platform policy or due to local policy regarding particular class. 
- IsFullScreenReturns true if the window is in fullscreen mode. 
- IsIconizedReturns true if the window is iconized. 
- IsMaximizedReturns true if the window is maximized. 
- LayoutSee wxWindow::SetAutoLayout(): when auto layout is on, this function gets called automatically when the window is resized. 
- MaximizeMaximizes or restores the window. 
- RequestUserAttentionUse a system-dependent way to attract users attention to the window when it is in background. 
- SetDefaultItemChanges the default item for the panel, usually win is a button. 
- SetIconSets the icon for this window. 
- SetIconsSets several icons of different sizes for this window: this allows to use different icons for different situations (e.g. 
- SetMaxSizeA simpler interface for setting the size hints than SetSizeHints(). 
- SetMinSizeA simpler interface for setting the size hints than SetSizeHints(). 
- SetSizeHintsAllows specification of minimum and maximum window sizes, and window size increments. 
- SetTitleSets the window title. 
- SetTmpDefaultItem
- SetTransparentIf the platform supports it will set the window to be translucent. 
- ShouldPreventAppExitThis virtual function is not meant to be called directly but can be overridden to return false (it returns true by default) to allow the application to close even if this, presumably not very important, window is still opened. 
- ShowFullScreenDepending on the value of show parameter the window is either shown full screen or restored to its normal state.