X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b742a43b2a93694bfed95ba3e767530b1073e084..766571a7039fe4428dabe5e2aabcb4055ceb9db9:/docs/latex/wx/choicebk.tex?ds=sidebyside diff --git a/docs/latex/wx/choicebk.tex b/docs/latex/wx/choicebk.tex index ceefa44c5b..6af79828c1 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\\ \helpref{wxControl}{wxcontrol}\\ \helpref{wxWindow}{wxwindow}\\ \helpref{wxEvtHandler}{wxevthandler}\\