| Trees | Index | Help |  | 
|---|
| Package wx :: Module _core :: Class PyCommandEvent | 
 | 
object--+ |Object--+ |Event--+ |CommandEvent--+ | PyCommandEvent
XrcWizardEvent| Method Summary | |
|---|---|
| __init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> PyCommandEvent | |
| __del__(self) | |
| __repr__(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) | |
| Class Variable Summary | |
|---|---|
| Inherited from Object | |
| Implements | __implemented__=<implementedBy wx._core.Object>         | 
| ClassProvides | __providedBy__=<zope.interface.declarations.ClassProvi... | 
| ClassProvides | __provides__=<zope.interface.declarations.ClassProvide... | 
| Method Details | 
|---|
| __init__(self,
          *args,
          **kwargs)
    __init__(self, wxEventType commandType=wxEVT_NULL, int id=0) -> 
  PyCommandEvent | 
| __del__(self,
          destroy=<built-in function delete_PyCommandEvent>)
    __del__(self) | 
| GetSelf(*args, **kwargs)GetSelf(self) -> PyObject | 
| SetSelf(*args, **kwargs)SetSelf(self, PyObject self) | 
| Trees | Index | Help |  | 
|---|
| Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 | http://epydoc.sf.net |