예제 #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
예제 #2
0
 def __init__(self):
     GUIComponent.__init__(self)
예제 #3
0
파일: gui_list.py 프로젝트: Boxxfish/edenv
 def __init__(self):
     GUIComponent.__init__(self)
     self.child = GUIStackLayout()
     self.selected_item = None
예제 #4
0
 def __init__(self, cam_controller):
     GUIComponent.__init__(self)
     self.cam_controller = cam_controller
예제 #5
0
 def __init__(self):
     GUIComponent.__init__(self)
     self.context_menu_layer = GUIFreeLayout()
     self.selected_context_menu = False