keep the list of event classes in a single place
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -220,9 +220,11 @@
|
||||
These are the classes relevant to sizer-based layout.
|
||||
|
||||
@li wxSizer: Abstract base class
|
||||
@li wxGridSizer: A sizer for laying out windows in a grid with all fields having the same size
|
||||
@li wxGridSizer: A sizer for laying out windows in a grid with all fields
|
||||
having the same size
|
||||
@li wxFlexGridSizer: A sizer for laying out windows in a flexible grid
|
||||
@li wxGridBagSizer: Another grid sizer that lets you specify the cell an item is in, and items can span rows and/or columns.
|
||||
@li wxGridBagSizer: Another grid sizer that lets you specify the cell an item
|
||||
is in, and items can span rows and/or columns.
|
||||
@li wxBoxSizer: A sizer for laying out windows in a row or column
|
||||
@li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box
|
||||
@li wxWrapSizer: A sizer which wraps its child controls as size permits
|
||||
|
Reference in New Issue
Block a user