comparison src/view_file_list.h @ 1724:5276dabe836f

consider sidecars in layout_image popup menu
author nadvornik
date Mon, 28 Sep 2009 09:57:06 +0000
parents 74a7f9ea32a1
children
comparison
equal deleted inserted replaced
1723:25471efb11ba 1724:5276dabe836f
30 30
31 void vflist_thumb_set(ViewFile *vf, gboolean enable); 31 void vflist_thumb_set(ViewFile *vf, gboolean enable);
32 void vflist_marks_set(ViewFile *vf, gboolean enable); 32 void vflist_marks_set(ViewFile *vf, gboolean enable);
33 void vflist_sort_set(ViewFile *vf, SortType type, gboolean ascend); 33 void vflist_sort_set(ViewFile *vf, SortType type, gboolean ascend);
34 34
35 GList *vflist_selection_get_one(ViewFile *vf, FileData *fd);
35 GList *vflist_pop_menu_file_list(ViewFile *vf); 36 GList *vflist_pop_menu_file_list(ViewFile *vf);
36 void vflist_pop_menu_view_cb(GtkWidget *widget, gpointer data); 37 void vflist_pop_menu_view_cb(GtkWidget *widget, gpointer data);
37 void vflist_pop_menu_rename_cb(GtkWidget *widget, gpointer data); 38 void vflist_pop_menu_rename_cb(GtkWidget *widget, gpointer data);
38 void vflist_pop_menu_refresh_cb(GtkWidget *widget, gpointer data); 39 void vflist_pop_menu_refresh_cb(GtkWidget *widget, gpointer data);
39 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data); 40 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data);