X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1193d8fa93f2ef491786b96adc9c55cae6b2d7b1..5801c56fa90c4a71b6e64709b6ecab854f010015:/docs/latex/wx/sizer.tex?ds=sidebyside diff --git a/docs/latex/wx/sizer.tex b/docs/latex/wx/sizer.tex index 8401f7fb86..f0dcb27bcb 100644 --- a/docs/latex/wx/sizer.tex +++ b/docs/latex/wx/sizer.tex @@ -1,8 +1,8 @@ \section{\class{wxSizer}}\label{wxsizer} wxSizer is the abstract base class used for laying out subwindows in a window. You -cannot use wxSizer directly; instead, you'll have to use \helpref{wxBoxSizer}{wxboxsizer} -or \helpref{wxStaticBoxSizer}{wxstaticboxsizer}. +cannot use wxSizer directly; instead, you'll have to use \helpref{wxBoxSizer}{wxboxsizer}, +\helpref{wxStaticBoxSizer}{wxstaticboxsizer} or \helpref{wxNotebookSizer}{wxnotebooksizer}. The layout algorithm used by sizers in wxWindows is closely related to layout in other GUI toolkits, such as Java's AWT, the GTK toolkit or the Qt toolkit. It is @@ -23,7 +23,7 @@ the standard font as well as the overall design of Motif widgets requires more s on Windows, the intial dialog size will automatically be bigger on Motif than on Windows. \pythonnote{If you wish to create a sizer class in wxPython you should -derive the class from \tt{wxPySizer} in order to get Python-aware +derive the class from {\tt wxPySizer} in order to get Python-aware capabilities for the various virtual methods.} \wxheading{Derived from}