Ejemplo n.º 1
0
 def __init__(self):
     VisualState.__init__(self)
     self.textStyle = ''
     self.iconTextureName = ''
     self.iconTextureMapping = None
     self.iconColour = (255, 255, 255, 255)
     return
Ejemplo n.º 2
0
 def __init__(self):
     VisualState.__init__(self)
     self.textStyle = ''
     self.iconTextureName = ''
     self.iconTextureMapping = None
     self.iconColour = (255, 255, 255, 255)
     return
Ejemplo n.º 3
0
 def __init__(self):
     VisualState.__init__(self)
     self.backgroundTextureName = ''
     self.backgroundTextureMapping = None
     self.backgroundColour = (255, 255, 255, 255)
     self.thumbTextureName = ''
     self.thumbTextureMapping = None
     self.thumbColour = (255, 255, 255, 255)
     return
Ejemplo n.º 4
0
 def __init__(self):
     VisualState.__init__(self)
     self.backgroundTextureName = ''
     self.backgroundTextureMapping = None
     self.backgroundColour = (255, 255, 255, 255)
     self.thumbTextureName = ''
     self.thumbTextureMapping = None
     self.thumbColour = (255, 255, 255, 255)
     return