.\" This is a wxWidgets manpage page generated from the XML docs .TH wxListbook 3wx 2005-02-15 "wxWidgets" "wxWidgets class documentation" .SH NAME wxListbook \- Similar to notebook but using list control .SH DESCRIPTION wxListbook is a class similar to wxNotebook but which uses a wxListCtrl 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 wxListbook in action. .SH "PARENTS" wxControl wxWindow wxEvtHandler wxObject .SH "INCLUDE FILES" wx/listbook.h .SH MEMBERS .SH "WINDOW STYLES" .SS wxLB_DEFAULT wxLB_DEFAULT .SS wxLB_TOP Place labels above the page area. .SS wxLB_LEFT Place labels on the left side. .SS wxLB_RIGHT Place labels on the right side. .SS wxLB_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.