Exemplo n.º 1
0
 def __init__(self, *args, **kwds):
     XRCPanel.__init__(self, *args, **kwds)
     self._val1 = 0
     self._val2 = 0
Exemplo n.º 2
0
 def __init__(self, *args, **kwds):
     XRCPanel.__init__(self, *args, **kwds)
     self.getChild("checkbox").SetValue(True)