Removed deprecated layout constraints from class summary, and more v* header reviews.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53391 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,7 +86,7 @@ thinking and calculating and will in almost all cases produce dialogs looking
|
||||
equally well on all platforms, the other is based on so-called constraints and
|
||||
is deprecated, though still available.
|
||||
|
||||
Related Overviews: @ref overview_sizer, @ref overview_constraints
|
||||
Related Overviews: @ref overview_sizer
|
||||
|
||||
These are the classes relevant to sizer-based layout:
|
||||
|
||||
@@ -100,11 +100,6 @@ These are the classes relevant to sizer-based layout:
|
||||
@li wxStaticBoxSizer: Same as wxBoxSizer, but with a surrounding static box
|
||||
@li wxWrapSizer: A sizer which wraps its child controls as size permits
|
||||
|
||||
These are the classes relevant to constraints-based window layout:
|
||||
|
||||
@li wxIndividualLayoutConstraint: Represents a single constraint dimension
|
||||
@li wxLayoutConstraints: Represents the constraints for a window class
|
||||
|
||||
Other layout classes:
|
||||
|
||||
@li wxLayoutAlgorithm: An alternative window layout facility
|
||||
@@ -484,7 +479,7 @@ Related Overviews: @ref overview_validator
|
||||
|
||||
@li wxApp: Application class
|
||||
@li wxCmdLineParser: Command line parser class
|
||||
@li wxDllLoader: Class to work with shared libraries.
|
||||
@li wxDynamicLibrary: Class to work with shared libraries.
|
||||
@li wxProcess: Process class
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user