X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f5e0b4bc7c729ff41e66fb7894fb1387f860bdb2..2d9152d5d67dd675dbeab681b716d168402324f0:/docs/latex/wx/choicebk.tex diff --git a/docs/latex/wx/choicebk.tex b/docs/latex/wx/choicebk.tex index 3a86aa08b5..d2347816ee 100644 --- a/docs/latex/wx/choicebk.tex +++ b/docs/latex/wx/choicebk.tex @@ -6,7 +6,7 @@ %% Created: 15.09.04 %% RCS-ID: $Id$ %% Copyright: (c) Vadim Zeitlin, Wlodzimierz Skiba -%% License: wxWidgets license +%% License: wxWindows license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxChoicebook}}\label{wxchoicebook} @@ -20,8 +20,13 @@ identical to wxNotebook (except for the features clearly related to tabs only), so please refer to that class documentation for now. You can also use the \helpref{notebook sample}{samplenotebook} to see wxChoicebook in action. +wxChoicebook allows the use of wxBookCtrl::GetControlSizer, allowing a program +to add other controls next to the choice control. This is particularly useful +when screen space is restricted, as it often is when wxChoicebook is being employed. + \wxheading{Derived from} +wxBookCtrlBase (see \helpref{wxBookCtrl overview}{wxbookctrloverview})\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\ @@ -48,5 +53,5 @@ it is top).} \wxheading{See also} -\helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook} +\helpref{wxBookCtrl}{wxbookctrloverview}, \helpref{wxNotebook}{wxnotebook}, \helpref{notebook sample}{samplenotebook}