controls/CustomEditableListBox.py
changeset 1736 7e61baa047f0
parent 1735 c02818d7e29f
child 1881 091005ec69c4
equal deleted inserted replaced
1735:c02818d7e29f 1736:7e61baa047f0
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import wx
    25 import wx
    26 import wx.gizmos
    26 import wx.gizmos
       
    27 
    27 
    28 
    28 class CustomEditableListBox(wx.gizmos.EditableListBox):
    29 class CustomEditableListBox(wx.gizmos.EditableListBox):
    29 
    30 
    30     def __init__(self, *args, **kwargs):
    31     def __init__(self, *args, **kwargs):
    31         wx.gizmos.EditableListBox.__init__(self, *args, **kwargs)
    32         wx.gizmos.EditableListBox.__init__(self, *args, **kwargs)