| Home | Trees | Index | Help |
|
|---|
| Module HyperLinksCtrl :: Class HyperLinkEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ |PyCommandEvent--+ | HyperLinkEvent
| Method Summary | |
|---|---|
Default Class Constructor. | |
Returns Event Position | |
Sets Event Position | |
| 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,
eventType,
id)
Default Class Constructor.
|
GetPosition(self)Returns Event Position |
SetPosition(self, pos)Sets Event Position |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Thu Apr 28 23:21:56 2005 | http://epydoc.sf.net |