- wxTopLevelWindow
Default ctor.
- CanSetTransparent
Returns true if the platform supports making the window translucent.
- CenterOnScreen
A synonym for CentreOnScreen().
- CentreOnScreen
Centres the window on screen.
- Create
Creates the top level window.
- GetDefaultItem
Returns a pointer to the button which is the default for this window, or NULL.
- GetIcon
Returns the standard icon of the window.
- GetIcons
Returns all icons associated with the window, there will be none of them if neither SetIcon() nor SetIcons() had been called before.
- GetTitle
Gets a string containing the window title.
- GetTmpDefaultItem
- Iconize
Iconizes or restores the window.
- IsActive
Returns true if this window is currently active, i.e. if the user is currently working with it.
- IsAlwaysMaximized
Returns true if this window is expected to be always maximized, either due to platform policy or due to local policy regarding particular class.
- IsFullScreen
Returns true if the window is in fullscreen mode.
- IsIconized
Returns true if the window is iconized.
- IsMaximized
Returns true if the window is maximized.
- Layout
See wxWindow::SetAutoLayout(): when auto layout is on, this function gets called automatically when the window is resized.
- Maximize
Maximizes or restores the window.
- RequestUserAttention
Use a system-dependent way to attract users attention to the window when it is in background.
- SetDefaultItem
Changes the default item for the panel, usually win is a button.
- SetIcon
Sets the icon for this window.
- SetIcons
Sets several icons of different sizes for this window: this allows to use different icons for different situations (e.g.
- SetMaxSize
A simpler interface for setting the size hints than SetSizeHints().
- SetMinSize
A simpler interface for setting the size hints than SetSizeHints().
- SetSizeHints
Allows specification of minimum and maximum window sizes, and window size increments.
- SetTitle
Sets the window title.
- SetTmpDefaultItem
- SetTransparent
If the platform supports it will set the window to be translucent.
- ShouldPreventAppExit
This 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.
- ShowFullScreen
Depending on the value of show parameter the window is either shown full screen or restored to its normal state.