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.
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 Thu Mar 22 12:08:47 2007 http://epydoc.sf.net