def birth(self): WindowWidget.birth(self) self.text = ''
def birth(self, title): WindowWidget.birth(self) self.title = title
def birth(self, html): self.linkhandler = None self.html = html WindowWidget.birth(self)
def birth(self, text): WindowWidget.birth(self) self.text = text
def birth(self): WindowWidget.birth(self) self.text = '' self.listener = None