Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Package agw :: Module labelbook :: Class FlatBookBase |
|
object
--+ |Object
--+ |EvtHandler
--+ |Window
--+ |Panel
--+ | FlatBookBase
FlatImageBook
,
LabelBook
Method Summary | |
---|---|
Default class constructor. | |
Adds a page to the book. | |
Assigns an image list to the control. | |
Deletes all the pages in the book. | |
Deletes the specified page, and the associated window. | |
Select the window by the provided pointer. | |
Returns the associated image list. | |
Returns the number of pages in the book. | |
Returns the current selection. | |
Sets the image index for the page. | |
Sets the page label. | |
Changes the selection from currently visible/selected page to the page given by page. | |
Sets the window style. |
Property Summary |
---|
Instance Method Details |
---|
__init__(self,
parent,
id=-1,
pos=wx.Point(-1, -1),
size=wx.Size(-1, -1),
style=0,
name='FlatBookBase')
|
AddPage(self, page, text, select=False, imageId=-1)Adds a page to the book. The call to this function generates the page changing events |
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. The call to this function generates the page changing events. |
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. |
SetPageImage(self, page, imageId)Sets the image index for the page. |
SetPageText(self, page, text)Sets the page label. |
SetSelection(self, page)Changes the selection from currently visible/selected page to the page given by page. |
SetWindowStyleFlag(self, style)Sets the window style.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:55:17 2009 | http://epydoc.sf.net |