Beispiel #1
0
 def __init__(self):
     GUIComponent.__init__(self)
     self.bg_color = (0, 0, 0, 0)
     self.bg_image = None
     self.padding = 0
     self.fit_width_to_content = False  # if the width should conform to the child
     self.fit_height_to_content = False  # if the height should conform to the child
     self.frame = None
Beispiel #2
0
 def __init__(self):
     GUIComponent.__init__(self)
Beispiel #3
0
 def __init__(self):
     GUIComponent.__init__(self)
     self.child = GUIStackLayout()
     self.selected_item = None
Beispiel #4
0
 def __init__(self, cam_controller):
     GUIComponent.__init__(self)
     self.cam_controller = cam_controller
Beispiel #5
0
 def __init__(self):
     GUIComponent.__init__(self)
     self.context_menu_layer = GUIFreeLayout()
     self.selected_context_menu = False