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