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