示例#1
0
文件: tags.py 项目: xkenneth/tkpyro
 def construct(self):
     self.widget = Tkinter.Frame(self.parent.widget,evaluate_constraints(self,not_koi(self.tag,ignorable)))
示例#2
0
文件: tags.py 项目: xkenneth/tkpyro
 def construct(self):
     self.parent.widget.bind('<'+self.tag.get('on')+'>',self,evaluate_constraints(self,not_koi(self.tag,ignorable)))