示例#1
0
 def update_gui_variable(self, label, value):
     return StatusUI.update_variable(label, value)
示例#2
0
 def create_gui_variable(self, label, type, initial_value=None):
     return StatusUI.add_variable(label, type, initial_value)