]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/choicebk.tex
added missing methods documentation (patch 1466949); also use \arg instead of \it
[wxWidgets.git] / docs / latex / wx / choicebk.tex
index f329d59af80d47b955383e444b0557cc348f2c28..6af79828c1d1e33a6ff0dae1b7bb649b690ae23e 100644 (file)
@@ -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}\\