Package wx :: Package lib :: Package masked :: Module combobox
[frames | no frames]

Module wx.lib.masked.combobox

Provides masked edit capabilities within a ComboBox format, as well as a base class from which you can derive masked comboboxes tailored to a specific function. See maskededit module overview for how to configure the control.


Classes
BaseMaskedComboBox Base class for generic masked edit comboboxes; allows auto-complete of values.
ComboBox The "user-visible" masked combobox control, this class is identical to the BaseMaskedComboBox class it's derived from.
MaskedComboBoxEventHandler This handler ensures that the derived control can react to events from the base control before any external handlers run, to ensure proper behavior.
MaskedComboBoxSelectEvent Because calling SetSelection programmatically does not fire EVT_COMBOBOX events, the derived control has to do it itself when it auto-completes.
PreMaskedComboBox This class exists to support the use of XRC subclassing.

Generated by Epydoc 2.1.20050511.rpd on Mon Feb 16 12:51:39 2009 http://epydoc.sf.net