예제 #1
0
파일: xml_simple.py 프로젝트: dimitrs/demos
 def build(self, tk, parent):
     self.counter = 0
     s = SimpleXMLBuilder(parent, self)
     s.fromString(xmlui)
     self.button.click = self.doit
예제 #2
0
 def build(self, tk, parent):
     self.counter = 0
     s = SimpleXMLBuilder(parent, self)
     s.fromString(xmlui)
     parent.layout()
예제 #3
0
 def build(self, tk, parent):
     self.counter = 0
     s = SimpleXMLBuilder(parent, self)
     s.fromString(xmlui)
     self.button.click = self.doit
예제 #4
0
 def build(self, tk, parent):
     self.counter = 0
     s = SimpleXMLBuilder(parent, self)
     s.fromString(xmlui)
     parent.layout()