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