On screens with restricted space, it's useful to be able to add controls
to e.g. the wxChoice control of a wxChoicebook. GetControlSizer allows an app to do that, and we also add a control margin which may or may not be respected by individual book controls. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38698 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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}\\
|
||||
|
Reference in New Issue
Block a user