wx.lib.masked.combobox.MaskedComboBoxSelectEvent¶
Because calling SetSelection programmatically does not fire EVT_COMBOBOX events, the derived control has to do it itself when it auto-completes.
Class Hierarchy¶
Known Superclasses¶
Methods Summary¶
Initialize self. See help(type(self)) for accurate signature. |
|
Retrieve the value of the control at the time |
Class API¶
- class MaskedComboBoxSelectEvent(wx.PyCommandEvent)¶
Because calling SetSelection programmatically does not fire EVT_COMBOBOX events, the derived control has to do it itself when it auto-completes.
Methods¶
- __init__(self, id, selection=0, object=None)¶
Initialize self. See help(type(self)) for accurate signature.
- GetSelection(self)¶
Retrieve the value of the control at the time this event was generated.