Home | Trees | Indices | Help |
|
---|
|
object --+ | wx._core.Object --+ | wx._core.EvtHandler --+ | wx._core.Window --+ | wx._windows.Panel --+ | FlatBookBase --+ | LabelBook
|
|||
|
__init__(self,
parent,
id=wx.ID_ANY,
pos=wx.DefaultPosition,
size=wx.DefaultSize,
style=0,
name="LabelBook") Default class constructor. |
||
|
CreateImageContainer(self) Creates the image container (LabelContainer). |
||
|
SetColour(self,
which,
color) Sets the colour for the specified parameter. |
||
|
GetColour(self,
which) Returns the colour for the specified parameter. |
||
|
OnSize(self,
event) Handles the wx.EVT_SIZE for LabelBook. |
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
Inherited from FlatBookBase | |||
---|---|---|---|
|
AddPage(self,
page,
text,
select=True,
imageId=-1) Adds a page to the book. |
||
|
AssignImageList(self,
imglist) Assigns an image list to the control. |
||
|
DeleteAllPages(self) Deletes all the pages in the book. |
||
|
DeletePage(self,
page) Deletes the specified page, and the associated window. |
||
|
DoSetSelection(self,
window) Select the window by the provided pointer. |
||
|
GetImageList(self) Returns the associated image list. |
||
|
GetPageCount(self) Returns the number of pages in the book. |
||
|
GetSelection(self) Returns the current selection. |
||
|
SetSelection(self,
page) Changes the selection from currently visible/selected page to the page given by page. |
||
|
SetWindowStyleFlag(self,
style) Sets the window style. |
|
|||
Inherited from Inherited from |
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
|
Default class constructor. Parameters: @param parent - parent window @param id - Window id @param pos - Window position @param size - Window size @param style - possible style INB_XXX
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Mon Nov 06 17:10:48 2006 | http://epydoc.sourceforge.net |