The following are a variety of classes that are derived from wxWindow.
Classes | |
class | wxBannerWindow |
A simple banner window showing either a bitmap or text. More... | |
class | wxCustomBackgroundWindow< W > |
A helper class making it possible to use custom background for any window. More... | |
class | wxInfoBar |
An info bar is a transient window shown at top or bottom of its parent window to display non-critical information to the user. More... | |
class | wxRichToolTip |
Allows showing a tool tip with more customizations than wxToolTip. More... | |
class | wxScrolled< T > |
The wxScrolled class manages scrolling for its client area, transforming the coordinates according to the scrollbar positions, and setting the scroll positions, thumb sizes and ranges according to the area in view. More... | |
class | wxSystemThemedControl< C > |
A helper class making it possible to use system theme for any control. More... | |
class | wxSashLayoutWindow |
class | wxPanel |
class | wxSashWindow |
class | wxSplitterWindow |
class | wxStatusBar |
class | wxToolBar |
class | wxVarScrollHelperBase |
class | wxVarVScrollHelper |
class | wxVarHScrollHelper |
class | wxVarHVScrollHelper |
class | wxVScrolledWindow |
class | wxHScrolledWindow |
class | wxHVScrolledWindow |
class | wxWindow |
class | wxWizardPage |
class | wxWizardPageSimple |
Typedefs | |
typedef wxScrolled< wxPanel > | wxScrolledWindow |
Scrolled window derived from wxPanel. More... | |
typedef wxScrolled< wxWindow > | wxScrolledCanvas |
Alias for wxScrolled<wxWindow>. More... | |
typedef wxScrolled<wxWindow> wxScrolledCanvas |
Alias for wxScrolled<wxWindow>.
Scrolled window that doesn't have children and so doesn't need or want special handling of TAB traversal.
typedef wxScrolled<wxPanel> wxScrolledWindow |
Scrolled window derived from wxPanel.
See wxScrolled for a detailed description.