Esempio n. 1
0
	def __init__(self, width, client, **kwds):
		Widget.__init__(self, **kwds)
		self.set_size_for_text(width)
		self.client = client
Esempio n. 2
0
 def __init__(self, **kwds):
     Widget.__init__(self, Rect((0, 0), (100, 20)), **kwds)
Esempio n. 3
0
 def __init__(self, width, client, **kwds):
     Widget.__init__(self, **kwds)
     self.set_size_for_text(width)
     self.client = client
Esempio n. 4
0
	def __init__(self, **kwds):
		Widget.__init__(self, Rect((0, 0), (100, 20)), **kwds)
Esempio n. 5
0
 def __init__(self, game, **kwds):
     Widget.__init__(self, Rect(0, 0, 16, 16), **kwds)
     self.game = game
Esempio n. 6
0
	def __init__(self, game, **kwds):
		Widget.__init__(self, Rect(0, 0, 16, 16), **kwds)
		self.game = game