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