*********** wx.Listbook *********** Inheritance diagram for `wx.Listbook`: | .. inheritance-diagram:: wx.Listbook | Description =========== `wx.Listbook` is a class similar to `wx.Notebook `_ but which uses a `wx.ListCtrl `_ to show the labels instead of the tabs. There is no documentation for this class yet but its usage is identical to `wx.Notebook` (except for the features clearly related to tabs only), so please refer to that class documentation for now. Derived From ^^^^^^^^^^^^^ * `wx.Control `_ * `wx.Window `_ * `wx.EvtHandler `_ * `wx.Object `_ Window Styles ^^^^^^^^^^^^^ ================================================== ================================================== Window Style Description ================================================== ================================================== ``wx.LB_DEFAULT`` Choose the default location for the labels depending on the current platform (left everywhere except Mac where it is top). ``wx.LB_TOP`` Place labels above the page area. ``wx.LB_LEFT`` Place labels on the left side. ``wx.LB_RIGHT`` Place labels on the right side. ``wx.LB_BOTTOM`` Place labels below the page area. ================================================== ================================================== | Control Appearance ^^^^^^^^^^^^^^^^^^ | .. figure:: ../images/wxWidgets/wxmsw/listbook.png :alt: wxMSW :figclass: floatleft **wxMSW** .. figure:: ../images/wxWidgets/wxmac/listbook.png :alt: wxMAC :figclass: floatright **wxMAC** .. figure:: ../images/wxWidgets/wxgtk/listbook.png :alt: wxGTK :figclass: floatcenter **wxGTK** | Methods Summary ^^^^^^^^^^^^^^^ * `__init__ <#__init__>`_ * `GetListView <#GetListView>`_ Properties Summary ^^^^^^^^^^^^^^^^^^ * `ListView <#ListView>`_ Class API ========= Methods ^^^^^^^ .. method:: __init__(parent, id=-1, pos=wx.DefaultPosition, size=wx.DefaultSize, style=0, name="") Constructor. **Parameters:** * `parent` (`wx.Window `_) * `id` (int) * `pos` (`wx.Point `_) * `size` (`wx.Size `_) * `style` (long) * `name` (string) | **Returns:** `wx.Listbook `_ -------- .. method:: GetListView() `No docstrings found for this method.` -------- Properties ^^^^^^^^^^ .. attribute:: ListView See `GetListView <#GetListView>`_