Exemplo n.º 1
0
 def combo_selection_changed(self, combo_box, keys):
     key = keys[combo_box.get_active()]
     res_path = mlttransitions.get_wipe_resource_path(key)
     self.write_value(str(res_path))
Exemplo n.º 2
0
 def combo_selection_changed(self, combo_box, keys):
     key = keys[combo_box.get_active()]
     res_path = mlttransitions.get_wipe_resource_path(key)
     self.write_value(str(res_path))