Пример #1
0
 def birth(self):
   WindowWidget.birth(self)
   self.text = ''
Пример #2
0
 def birth(self, title):
   WindowWidget.birth(self)
   self.title = title
Пример #3
0
 def birth(self, html):
   self.linkhandler = None
   self.html = html
   WindowWidget.birth(self)
Пример #4
0
 def birth(self, text):
   WindowWidget.birth(self)
   self.text = text
Пример #5
0
 def birth(self):
   WindowWidget.birth(self)
   self.text = ''
   self.listener = None