X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3980000ca63a479b7b30ca93c07edbf12e4a51b7..852b6c3ce7baa055da25f5254f6ee2eee0cd79b7:/docs/latex/wx/tsizer.tex?ds=sidebyside diff --git a/docs/latex/wx/tsizer.tex b/docs/latex/wx/tsizer.tex index df50e3d260..1ebd9dbbfb 100644 --- a/docs/latex/wx/tsizer.tex +++ b/docs/latex/wx/tsizer.tex @@ -11,7 +11,7 @@ define the layout of controls in dialogs in wxWidgets 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 wxWidgets Dialog Editor, -editors such as wxDesigner, DialogBlocks, wxrcedit, XRCed and wxWorkshop create dialogs based exclusively on sizers, +editors such as wxDesigner, DialogBlocks, 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.