1923
1923
def on_treeFiles_button_press_event(self,treeview, event):
1924
1924
"""This shows the right click menu"""
1926
1928
# determine which item the user right clicked on
1929
# path, treecolumn, mouse_x, mouse_y = treeview.get_path_at_pos(int(event.x),int(event.y))
1929
1933
selection = treeview.get_selection()
1930
1934
# Get the selected path(s)