wxoo.events
index
p:\wxproperties\wxoo\events.py

Object-oriented events for wxPython
WARNING!  This file is auto-generated by event_gen.py!
Changes will be lost!

 
Modules
       
clip_dndc
cmndlgsc
controls2c
controlsc
eventsc
filesysc
fontsc
framesc
gdic
imagec
mdic
misc2c
miscc
printfwc
sizersc
stattoolc
streamsc
sys
types
utilsc
windows2c
windows3c
windowsc
wxPython.wx
wxPython.wxc

 
Classes
       
wxPyCommandEvent(wxPyCommandEventPtr)
CollectionReorderedEvent
DragCopyEvent
DragCutEvent
DragDropEvent
DragPasteEvent
FocusChangedEvent
MappingDeleteEvent
MappingInsertEvent
ObjectChoiceEvent
ObjectCreatedEvent
ObjectDeletedEvent
ObjectsDeletedEvent
PropertyChangedEvent
PropertyRefreshEvent
PropertySetChangedEvent
SelectionChangedEvent
SequenceDeleteEvent
SequenceDeletesEvent
SequenceInsertEvent
SequenceInsertsEvent
SequenceReorderEvent
SortRequestEvent
StatusChangedEvent
ValueChangedEvent

 
class CollectionReorderedEvent(wxPyCommandEvent)
    Objects have been deleted from a collection
Attributes:
        collection -- pointer to the collection
        oldIndices -- list of integer indices representing original positions
        newIndices -- list of integer indices representing new positions
 
 
Method resolution order:
CollectionReorderedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, collection=(), oldIndices=())

Data and other attributes defined here:
eventType = 10234

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class DragCopyEvent(wxPyCommandEvent)
    A set of objects have been copied from the window
Attributes:
        objects -- the objects copied
        container -- the container object from which they were copied
 
 
Method resolution order:
DragCopyEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, objects=(), container=None)

Data and other attributes defined here:
eventType = 10229

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class DragCutEvent(wxPyCommandEvent)
    A set of objects have been cut from the window
Attributes:
        objects -- the objects cut (removed)
        container -- the container object from which they were cut
 
 
Method resolution order:
DragCutEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, objects=(), container=None)

Data and other attributes defined here:
eventType = 10228

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class DragDropEvent(wxPyCommandEvent)
    A set of objects have been dropped into the window
Attributes:
        objects -- the objects dropped
        move -- boolean indicating whether the objects were cut (1) or copied (0)
        container -- the container object to which they were added
 
 
Method resolution order:
DragDropEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, objects=(), move=0, container=None)

Data and other attributes defined here:
eventType = 10231

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class DragPasteEvent(wxPyCommandEvent)
    A set of objects have been pasted to the window
Attributes:
        objects -- the objects pasted
        move -- boolean indicating whether the objects were cut (1) or copied (0)
        container -- the container object to which they were added
 
 
Method resolution order:
DragPasteEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, objects=(), move=0, container=None)

Data and other attributes defined here:
eventType = 10230

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class FocusChangedEvent(wxPyCommandEvent)
    The window's current focus (single-object) has changed
Attributes:
        object -- the objects now in the selection
        previous -- the objects previously in the selection
 
 
Method resolution order:
FocusChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None)

Data and other attributes defined here:
eventType = 10226

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class MappingDeleteEvent(wxPyCommandEvent)
    A mapping associated with the window has had an item deleted
Attributes:
        object -- the mapping object
        key -- the key from which the object was deleted
        deleted -- the deleted object
 
 
Method resolution order:
MappingDeleteEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, key=None, deleted=None)

Data and other attributes defined here:
eventType = 10222

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class MappingInsertEvent(wxPyCommandEvent)
    A mapping associated with the window has had an item inserted
Attributes:
        object -- the mapping object
        key -- the key under which the object was inserted
        inserted -- the inserted object
 
 
Method resolution order:
MappingInsertEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, key=None, inserted=None)

Data and other attributes defined here:
eventType = 10221

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class ObjectChoiceEvent(wxPyCommandEvent)
    Somewhere between ValueChanged and FocusChanged, indicates that an object has been chosen from a list (e.g. from an ObjectChoice control)
Attributes:
        object -- the object chosen
        index -- index/key of the newly chosen object
        container -- the container from which the object was chosen
 
 
Method resolution order:
ObjectChoiceEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, index=0, container=None)

Data and other attributes defined here:
eventType = 10227

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class ObjectCreatedEvent(wxPyCommandEvent)
    An object was created
Attributes:
        object -- the created object
 
 
Method resolution order:
ObjectCreatedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None)

Data and other attributes defined here:
eventType = 10223

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class ObjectDeletedEvent(wxPyCommandEvent)
    An object was deleted
Attributes:
        object -- the deleted object
 
 
Method resolution order:
ObjectDeletedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None)

Data and other attributes defined here:
eventType = 10224

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class ObjectsDeletedEvent(wxPyCommandEvent)
    Objects have been deleted from a collection
Attributes:
        collection -- pointer to the collection
        objects -- list of objects removed from the collection
        indices -- list of integer indices representing the object's positions
 
 
Method resolution order:
ObjectsDeletedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, collection=())

Data and other attributes defined here:
eventType = 10233

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class PropertyChangedEvent(wxPyCommandEvent)
    A property of an object has been changed by the GUI
Attributes:
        object -- object whose property has changed
        property -- property-descriptor object which has changed
        value -- new value for the property on the object
 
 
Method resolution order:
PropertyChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, property=None, value=None)

Data and other attributes defined here:
eventType = 10215

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class PropertyRefreshEvent(wxPyCommandEvent)
    Request to refresh property views
Attributes:
 
 
Method resolution order:
PropertyRefreshEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID)

Data and other attributes defined here:
eventType = 10236

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class PropertySetChangedEvent(wxPyCommandEvent)
    PropertySet for a propertied view has changed
Attributes:
        object -- the new property set object
 
 
Method resolution order:
PropertySetChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None)

Data and other attributes defined here:
eventType = 10232

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SelectionChangedEvent(wxPyCommandEvent)
    The window's current selection (multiple-objects) has changed
Attributes:
        objects -- the objects now in the selection
        previous -- the objects previously in the selection
 
 
Method resolution order:
SelectionChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, objects=(), previous=())

Data and other attributes defined here:
eventType = 10225

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SequenceDeleteEvent(wxPyCommandEvent)
    A sequence associated with the window has had an item deleted
Attributes:
        object -- the sequence object
        index -- the index from which the object was deleted
        deleted -- the deleted object
 
 
Method resolution order:
SequenceDeleteEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, index=None, deleted=None)

Data and other attributes defined here:
eventType = 10218

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SequenceDeletesEvent(wxPyCommandEvent)
    A sequence associated with the window has had (1 or more) items deleted
Attributes:
        object -- the sequence object
        indices -- the indices from which the objects were deleted
        deleted -- the deleted objects
 
 
Method resolution order:
SequenceDeletesEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, indices=None, deleted=None)

Data and other attributes defined here:
eventType = 10219

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SequenceInsertEvent(wxPyCommandEvent)
    A sequence associated with the window has had an item inserted
Attributes:
        object -- the sequence object
        index -- the index at which the new object was inserted
        inserted -- the inserted object
 
 
Method resolution order:
SequenceInsertEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, index=None, inserted=None)

Data and other attributes defined here:
eventType = 10216

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SequenceInsertsEvent(wxPyCommandEvent)
    A sequence associated with the window has had (1 or more) items inserted
Attributes:
        object -- the sequence object
        indices -- the indices at which the new objects were inserted
        inserted -- the inserted objects
 
 
Method resolution order:
SequenceInsertsEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, indices=None, inserted=None)

Data and other attributes defined here:
eventType = 10217

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SequenceReorderEvent(wxPyCommandEvent)
    A sequence associated with the window has been reordered (items have changed their indices)
Attributes:
        object -- the sequence object
 
 
Method resolution order:
SequenceReorderEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None)

Data and other attributes defined here:
eventType = 10220

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class SortRequestEvent(wxPyCommandEvent)
    Request to sort a collection by a particular property
Attributes:
        collection -- pointer to the collection to be reordered
        property -- pointer to the property by which to sort
 
 
Method resolution order:
SortRequestEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID)

Data and other attributes defined here:
eventType = 10235

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class StatusChangedEvent(wxPyCommandEvent)
    Indication that status has changed, often displayed in status-bars
Attributes:
        message -- text message (user-friendly)
        typeSpecifier -- opaque value you can use to determine how to present the message
 
 
Method resolution order:
StatusChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, message='', typeSpecifier='')

Data and other attributes defined here:
eventType = 10213

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
class ValueChangedEvent(wxPyCommandEvent)
    The value being edited by a window has changed
Attributes:
        object -- the new object
        previousObject -- the previous value (or None)
 
 
Method resolution order:
ValueChangedEvent
wxPyCommandEvent
wxPyCommandEventPtr
wxCommandEventPtr
wxEventPtr
wxObjectPtr

Methods defined here:
Clone(self)
Return a copy of this event
__init__(self, windowID, object=None, previousObject=None)

Data and other attributes defined here:
eventType = 10214

Methods inherited from wxPyCommandEventPtr:
GetSelf(self, *_args, **_kwargs)
SetSelf(self, *_args, **_kwargs)
__del__(self, delfunc=<built-in function delete_wxPyCommandEvent>)
__repr__(self)

Methods inherited from wxCommandEventPtr:
Checked(self, *_args, **_kwargs)
GetClientData(self, *_args, **_kwargs)
GetExtraLong(self, *_args, **_kwargs)
GetInt(self, *_args, **_kwargs)
GetSelection(self, *_args, **_kwargs)
GetString(self, *_args, **_kwargs)
IsChecked(self, *_args, **_kwargs)
IsSelection(self, *_args, **_kwargs)
SetExtraLong(self, *_args, **_kwargs)
SetInt(self, *_args, **_kwargs)
SetString(self, *_args, **_kwargs)

Methods inherited from wxEventPtr:
GetEventObject(self, *_args, **_kwargs)
GetEventType(self, *_args, **_kwargs)
GetId(self, *_args, **_kwargs)
GetSkipped(self, *_args, **_kwargs)
GetTimestamp(self, *_args, **_kwargs)
SetEventObject(self, *_args, **_kwargs)
SetEventType(self, *_args, **_kwargs)
SetId(self, *_args, **_kwargs)
SetTimestamp(self, *_args, **_kwargs)
Skip(self, *_args, **_kwargs)

Methods inherited from wxObjectPtr:
Destroy(self, *_args, **_kwargs)
GetClassName(self, *_args, **_kwargs)

 
Functions
       
EVT_COLLECTIONREORDERED(window, id=-1, function=None, disconnect=0)
Bind a handler for a CollectionReorderedEvent
EVT_DRAGCOPY(window, id=-1, function=None, disconnect=0)
Bind a handler for a DragCopyEvent
EVT_DRAGCUT(window, id=-1, function=None, disconnect=0)
Bind a handler for a DragCutEvent
EVT_DRAGDROP(window, id=-1, function=None, disconnect=0)
Bind a handler for a DragDropEvent
EVT_DRAGPASTE(window, id=-1, function=None, disconnect=0)
Bind a handler for a DragPasteEvent
EVT_FOCUSCHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a FocusChangedEvent
EVT_MAPPINGDELETE(window, id=-1, function=None, disconnect=0)
Bind a handler for a MappingDeleteEvent
EVT_MAPPINGINSERT(window, id=-1, function=None, disconnect=0)
Bind a handler for a MappingInsertEvent
EVT_OBJECTCHOICE(window, id=-1, function=None, disconnect=0)
Bind a handler for a ObjectChoiceEvent
EVT_OBJECTCREATED(window, id=-1, function=None, disconnect=0)
Bind a handler for a ObjectCreatedEvent
EVT_OBJECTDELETED(window, id=-1, function=None, disconnect=0)
Bind a handler for a ObjectDeletedEvent
EVT_OBJECTSDELETED(window, id=-1, function=None, disconnect=0)
Bind a handler for a ObjectsDeletedEvent
EVT_PROPERTYCHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a PropertyChangedEvent
EVT_PROPERTYREFRESH(window, id=-1, function=None, disconnect=0)
Bind a handler for a PropertyRefreshEvent
EVT_PROPERTYSETCHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a PropertySetChangedEvent
EVT_SELECTIONCHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a SelectionChangedEvent
EVT_SEQUENCEDELETE(window, id=-1, function=None, disconnect=0)
Bind a handler for a SequenceDeleteEvent
EVT_SEQUENCEDELETES(window, id=-1, function=None, disconnect=0)
Bind a handler for a SequenceDeletesEvent
EVT_SEQUENCEINSERT(window, id=-1, function=None, disconnect=0)
Bind a handler for a SequenceInsertEvent
EVT_SEQUENCEINSERTS(window, id=-1, function=None, disconnect=0)
Bind a handler for a SequenceInsertsEvent
EVT_SEQUENCEREORDER(window, id=-1, function=None, disconnect=0)
Bind a handler for a SequenceReorderEvent
EVT_SORTREQUEST(window, id=-1, function=None, disconnect=0)
Bind a handler for a SortRequestEvent
EVT_STATUSCHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a StatusChangedEvent
EVT_VALUECHANGED(window, id=-1, function=None, disconnect=0)
Bind a handler for a ValueChangedEvent
send(self, messageType, *arguments, **named)
Send a new message of the given type from self
status(self, message)
Send a standard status message, normally seen in the app status bar

 
Data
        ID_COLLECTIONREORDERED = 10234
ID_DRAGCOPY = 10229
ID_DRAGCUT = 10228
ID_DRAGDROP = 10231
ID_DRAGPASTE = 10230
ID_FOCUSCHANGED = 10226
ID_MAPPINGDELETE = 10222
ID_MAPPINGINSERT = 10221
ID_OBJECTCHOICE = 10227
ID_OBJECTCREATED = 10223
ID_OBJECTDELETED = 10224
ID_OBJECTSDELETED = 10233
ID_PROPERTYCHANGED = 10215
ID_PROPERTYREFRESH = 10236
ID_PROPERTYSETCHANGED = 10232
ID_SELECTIONCHANGED = 10225
ID_SEQUENCEDELETE = 10218
ID_SEQUENCEDELETES = 10219
ID_SEQUENCEINSERT = 10216
ID_SEQUENCEINSERTS = 10217
ID_SEQUENCEREORDER = 10220
ID_SORTREQUEST = 10235
ID_STATUSCHANGED = 10213
ID_VALUECHANGED = 10214