Miscellaneous Windows
[Full Class List by Category]


Detailed Description

The following are a variety of classes that are derived from wxWindow.


Classes

class  wxScrolled< T >
class  wxBookCtrlBase
class  wxChoicebook
class  wxFileCtrl
class  wxSashLayoutWindow
class  wxListbook
class  wxNotebook
class  wxPanel
class  wxSashWindow
class  wxSplitterWindow
class  wxStatusBar
class  wxToolBar
class  wxToolbook
class  wxTreebook
class  wxVarScrollHelperBase
class  wxVarVScrollHelper
class  wxVarHScrollHelper
class  wxVarHVScrollHelper
class  wxVScrolledWindow
class  wxHScrolledWindow
class  wxHVScrolledWindow
class  wxWindow
class  wxWizardPage
class  wxWizardPageSimple

Typedefs

typedef wxScrolled< wxPanelwxScrolledWindow
typedef wxScrolled< wxWindowwxScrolledCanvas

Typedef Documentation

Alias for wxScrolled<wxWindow>. Scrolled window that doesn't have children and so doesn't need or want special handling of TAB traversal.

Since:
2.9.0
Library:  wxCore

Category:  Miscellaneous Windows

See also:
wxScrolled, wxScrolledWindow

Scrolled window derived from wxPanel.

See wxScrolled for detailed description.

Note:
Note that because this class derives from wxPanel, it shares its behavior with regard to TAB traversal and focus handling (in particular, it forwards focus to its children). If you don't want this behaviour, use wxScrolledCanvas instead.

wxScrolledWindow is an alias for wxScrolled<wxPanel> since version 2.9.0. In older versions, it was a standalone class.

Library:  wxCore

Category:  Miscellaneous Windows

See also:
wxScrolled, wxScrolledCanvas



wxWidgets logo

[ top ]