wxRuby Documentation Home

Wx::Listbook

Listbook is a class similar to Notebook but which
uses a ListCtrl to show the labels instead of the
tabs.

There is no documentation for this class yet but its usage is
identical to Notebook (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 Listbook in action.

Derived from

Control

Window

EvtHandler

Object

Window styles

LB_DEFAULT Choose the default location for thelabels depending on the current platform (left everywhere except Mac whereit is top).
LB_TOP Place labels above the page area.
LB_LEFT Place labels on the left side.
LB_RIGHT Place labels on the right side.
LB_BOTTOM Place labels below the page area.

See also

BookCtrl, Notebook, notebook sample

[This page automatically generated from the Textile source at 2023-06-13 21:31:41 +0000]