def __init__(self, texto):
		JAMButton.__init__(self, texto, None)
		self.ubicado = False
		fuente, tamanio = JAMG.get_Font_fawn()
		self.set_font_from_file(fuente, tamanio = 30)
		self.set_tamanios(tamanio = (150, 25), grosorbor=1, detalle=1, espesor=1)
		self.colorcara, self.colorbase, self.colorborde, g, d, e = JAMG.get_default_jambutton_values()
		self.colormarca = (92,193,235,255)
		self.reset()
Example #2
0
 def init(self):
     self.ubicada = False
     a, b, c, d, e, f = JAMG.get_default_jambutton_values()
     self.set_colores(colorbas=b, colorbor=c, colorcara=a)