wxRuby Documentation Home

Wx::Choicebook

Choicebook is a class similar to Notebook but which
uses a Choice 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 Choicebook in action.

Derived from

Control

Window

EvtHandler

Object

Window styles

CHB_DEFAULT Choose the default location for thelabels depending on the current platform (left everywhere except Mac whereit is top).
CHB_TOP Place labels above the page area.
CHB_LEFT Place labels on the left side.
CHB_RIGHT Place labels on the right side.
CHB_BOTTOM Place labels below the page area.

See also

BookCtrl, Notebook, notebook sample

[This page automatically generated from the Textile source at 2023-06-03 08:07:35 +0000]