コード例 #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
ファイル: xml_complex.py プロジェクト: dimitrs/demos
 def build(self, tk, parent):
     self.counter = 0
     s = SimpleXMLBuilder(parent, self)
     s.fromString(xmlui)
     parent.layout()