Home | Trees | Index | Help |
|
---|
Module FoldPanelBar :: Class CaptionBarEvent |
|
object
--+ |Object
--+ |Event
--+ |CommandEvent
--+ |PyCommandEvent
--+ | CaptionBarEvent
Method Summary | |
---|---|
Default Constructor For This Class. | |
Returns The CaptionBar Selected. | |
Returns Wether 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. | |
Inherited from PyCommandEvent | |
__del__(self) | |
| |
GetSelf(self) -> PyObject | |
SetSelf(self, PyObject self) | |
Inherited from CommandEvent | |
IsChecked(self) -> bool | |
Clone(self) -> Event | |
GetExtraLong(self) -> long | |
GetInt(self) -> long | |
GetSelection(self) -> int | |
GetString(self) -> String | |
IsChecked(self) -> bool | |
IsSelection(self) -> bool | |
SetExtraLong(self, long extraLong) | |
SetInt(self, int i) | |
SetString(self, String s) | |
Inherited from Event | |
GetEventObject(self) -> Object | |
GetEventType(self) -> wxEventType | |
GetId(self) -> int | |
GetSkipped(self) -> bool | |
GetTimestamp(self) -> long | |
IsCommandEvent(self) -> bool | |
ResumePropagation(self, int propagationLevel) | |
SetEventObject(self, Object obj) | |
SetEventType(self, wxEventType typ) | |
SetId(self, int Id) | |
SetTimestamp(self, long ts=0) | |
ShouldPropagate(self) -> bool | |
Skip(self, bool skip=True) | |
StopPropagation(self) -> int | |
Inherited from Object | |
Destroy(self) | |
GetClassName(self) -> String | |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Method Details |
---|
__init__(self,
evtType)
Default Constructor For This Class.
|
GetBar(self)Returns The CaptionBar Selected. |
GetFoldStatus(self)Returns Wether 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 on Thu Mar 24 21:26:20 2005 | http://epydoc.sf.net |