.\" This is a wxWidgets manpage page generated from the XML docs .TH wxChoicebook 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxChoicebook \- Similar to notebook but using choice control .SH DESCRIPTION wxChoicebook is a class similar to wxNotebook but which uses a wxChoice to show the labels instead of the tabs. There is no documentation for this class yet but its usage is 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 notebook sample to see wxChoicebook in action. .SH "PARENTS" wxControl wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/choicebk.h .SH MEMBERS .SH "WINDOW STYLES" .SS wxCHB_DEFAULT wxCHB_DEFAULT .SS wxCHB_TOP Place labels above the page area. .SS wxCHB_LEFT Place labels on the left side. .SS wxCHB_RIGHT Place labels on the right side. .SS wxCHB_BOTTOM Place labels below the page area. .SH "SEE ALSO" wxControl wxWindow wxEvtHandler wxObject .SH "AUTHORS" Documentation content by Julian Smart, Robert Roebling, Vadim Zeitlin, Robin Dunn, et al Conversion to manpage format by Arnout Engelen (http://bzzt.net), bugreports welcome.