예제 #1
0
파일: Label.py 프로젝트: HasBahCa/enigma2
	def __init__(self, text = "", withTimer = True):
		ConditionalWidget.__init__(self, withTimer = withTimer)
		Label.__init__(self, text = text)
예제 #2
0
	def __init__(self, withTimer = True):
		ConditionalWidget.__init__(self)
		Pixmap.__init__(self)
예제 #3
0
 def __init__(self, text="", withTimer=True):
     ConditionalWidget.__init__(self, withTimer=withTimer)
     Label.__init__(self, text=text)
예제 #4
0
 def __init__(self, withTimer=True):
     ConditionalWidget.__init__(self)
     Pixmap.__init__(self)