wx.Toolbook

Inheritance diagram for wx.Toolbook:



Description

wx.Toolbook is a class similar to wx.Notebook but which uses a wx.ToolBar 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.

Window Styles

Window Style Description
wx.BK_DEFAULT Choose the default location for the labels depending on the current platform (currently always the top).

Methods Summary

Properties Summary

Class API

Methods

__init__(parent, id, pos=wx.DefaultPosition, size=wx.DefaultSize, style=wx.BK_DEFAULT, name="")

Parameters:


Returns:

wx.Toolbook


GetToolBar()
No docstrings found for this method.

Realize()
No docstrings found for this method.

Properties

ToolBar
See GetToolBar