Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module foldpanelbar :: Class CaptionBarEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |PyCommandEvent
--+ | CaptionBarEvent
This event will be sent when a EVT_CAPTIONBAR is mapped in the parent. It is to notify the parent that the bar is now in collapsed or expanded state. The parent should re-arrange the associated windows accordingly
Method Summary | |
---|---|
Default Constructor For This Class. | |
Returns The CaptionBar Selected. | |
Returns whether the bar is expanded or collapsed. | |
Returns The Tag Assigned To The Selected CaptionBar. | |
Sets the bar associated with this event. | |
Assign A Tag To The Selected CaptionBar. |
Property Summary |
---|
Method Details |
---|
__init__(self,
evtType)
|
GetBar(self)Returns The CaptionBar Selected. |
GetFoldStatus(self)Returns whether the bar is expanded or collapsed. True means expanded. |
GetTag(self)Returns The Tag Assigned To The Selected CaptionBar. |
SetBar(self, bar)Sets the bar associated with this event. Should not used by any other then the originator of the event. |
SetTag(self, tag)Assign A Tag To The Selected CaptionBar. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:08:15 2007 | http://epydoc.sf.net |