Ejemplo n.º 1
0
 def start_list_item(self, index):
     start(self.get_list_file(index))
Ejemplo n.º 2
0
 def OnGridLabelLeftDclicked(self, event):
     event.Skip()
     row, col = event.GetRow(), event.GetCol()
     if row == -1:
         system.start(self.image_table.get_image_filename(col))
Ejemplo n.º 3
0
 def start_tree_item(self, item):
     start(self.get_tree_folder(item))
Ejemplo n.º 4
0
 def on_menu_tools_browse_library_user(self, event):
     system.start(wx.GetApp().settings['USER_DATA_PATH'])
Ejemplo n.º 5
0
 def on_menu_tools_browse_library_phatch(self, event):
     system.start(wx.GetApp().settings['PHATCH_DATA_PATH'])
Ejemplo n.º 6
0
 def start_list_item(self, index):
     start(self.get_list_file(index))
Ejemplo n.º 7
0
 def start_tree_item(self, item):
     start(self.get_tree_folder(item))
Ejemplo n.º 8
0
 def OnGridLabelLeftDclicked(self, event):
     event.Skip()
     row, col = event.GetRow(), event.GetCol()
     if row == -1:
         system.start(self.image_table.get_image_filename(col))
Ejemplo n.º 9
0
 def on_menu_tools_browse_library_phatch(self, event):
     system.start(CONTEXT['app_data_path'])
Ejemplo n.º 10
0
 def on_menu_tools_browse_library_user(self, event):
     system.start(CONTEXT['user_data_path'])