コード例 #1
0
 def __init__(self, parent, id, value, style, choices):
     #ignore style
     TextCtrlAutoComplete.__init__(self, parent, choices=choices)
     self.initialize(value, choices)
コード例 #2
0
 def __init__(self, parent, id, value, style, choices):
     #ignore style
     TextCtrlAutoComplete.__init__(self, parent, choices=choices)
     self.initialize(value, choices)