예제 #1
0
파일: widgets.py 프로젝트: fredvdd/Swan
 def birth(self):
   WindowWidget.birth(self)
   self.text = ''
예제 #2
0
파일: widgets.py 프로젝트: fredvdd/Swan
 def birth(self, title):
   WindowWidget.birth(self)
   self.title = title
예제 #3
0
파일: widgets.py 프로젝트: fredvdd/Swan
 def birth(self, html):
   self.linkhandler = None
   self.html = html
   WindowWidget.birth(self)
예제 #4
0
파일: widgets.py 프로젝트: fredvdd/Swan
 def birth(self, text):
   WindowWidget.birth(self)
   self.text = text
예제 #5
0
파일: widgets.py 프로젝트: fredvdd/Swan
 def birth(self):
   WindowWidget.birth(self)
   self.text = ''
   self.listener = None