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