| Home | Trees | Index | Help |
|
|---|
| Package wx :: Class PyCommandEvent |
|
object--+ |Object--+ |Event--+ |CommandEvent--+ | PyCommandEvent
CaptionBarEvent,
ColourSelectEvent,
GenButtonEvent,
GridColMoveEvent,
GridRowMoveEvent,
HyperLinkEvent,
IntUpdatedEvent,
MaskedComboBoxSelectEvent,
MultiSplitterEvent,
MVCTreeEvent,
NumberUpdatedEvent,
TimeUpdatedEventwx.PyCommandEvent can be used as a base class for implementing custom
event types in Python, where the event shoudl travel up to parent
windows looking for a handler. You should derived from this class
instead of wx.CommandEvent because this class is Python-aware and is
able to transport its Python bits safely through the wxWidgets event
system and have them still be there when the event handler is invoked.
See Also:
| Method Summary | |
|---|---|
| CommandEvent |
This event class contains information about command events, which originate from a variety of simple controls, as well as menus and toolbars. |
__del__(self)
| |
__repr__(self)
| |
| Method Details |
|---|
__init__(self,
eventType=wxEVT_NULL,
id=0)
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sun Mar 26 10:01:55 2006 | http://epydoc.sf.net |