Exemplo n.º 1
0
 def __init__(self, parent, id, value, style, choices):
     #ignore style
     TextCtrlAutoComplete.__init__(self, parent, choices=choices)
     self.initialize(value, choices)
Exemplo n.º 2
0
 def __init__(self, parent, id, value, style, choices):
     #ignore style
     TextCtrlAutoComplete.__init__(self, parent, choices=choices)
     self.initialize(value, choices)