Some doc spacing fixes; removed references to

deprecated classes


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25896 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2004-02-21 09:06:36 +00:00
parent 3a0a61b066
commit c92ddcd2e1
9 changed files with 13 additions and 158 deletions

View File

@@ -12,7 +12,7 @@ define the layout of controls in dialogs in wxWindows because of
their ability to create visually appealing dialogs independent of the
platform, taking into account the differences in size and style of
the individual controls. Unlike the original wxWindows Dialog Editor,
editors such as wxDesigner, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
editors such as wxDesigner, DialogBlocks, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers,
practically forcing the user to create platform independent layouts without compromises.
The next section describes and shows what can be done with sizers.