wx.Listbook

Inheritance diagram for 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.

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


wxMSW

wxMSW

wxMAC

wxMAC

wxGTK

wxGTK


Methods Summary

Properties Summary

Class API

Methods

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

Constructor.

Parameters:


Returns:

wx.Listbook


GetListView()
No docstrings found for this method.

Properties

ListView
See GetListView