comparison src/view_file_list.h @ 1503:331e2d60d447

improved next/prev operation on sidecar files all operations with list index seem to be broken but IMHO this fix is sufficient for 1.0. Then it definitely needs a better interface.
author nadvornik
date Tue, 31 Mar 2009 21:33:54 +0000
parents bc3f5c0432f6
children d352a44545a6
comparison
equal deleted inserted replaced
1502:08f97835e816 1503:331e2d60d447
38 void vflist_pop_menu_refresh_cb(GtkWidget *widget, gpointer data); 38 void vflist_pop_menu_refresh_cb(GtkWidget *widget, gpointer data);
39 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data); 39 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data);
40 void vflist_pop_menu_thumbs_cb(GtkWidget *widget, gpointer data); 40 void vflist_pop_menu_thumbs_cb(GtkWidget *widget, gpointer data);
41 41
42 FileData *vflist_index_get_data(ViewFile *vf, gint row); 42 FileData *vflist_index_get_data(ViewFile *vf, gint row);
43 gint vflist_index_by_path(ViewFile *vf, const gchar *path); 43 gint vflist_index_by_fd(ViewFile *vf, FileData *fd);
44 guint vflist_count(ViewFile *vf, gint64 *bytes); 44 guint vflist_count(ViewFile *vf, gint64 *bytes);
45 GList *vflist_get_list(ViewFile *vf); 45 GList *vflist_get_list(ViewFile *vf);
46 46
47 gboolean vflist_index_is_selected(ViewFile *vf, gint row); 47 gboolean vflist_index_is_selected(ViewFile *vf, gint row);
48 guint vflist_selection_count(ViewFile *vf, gint64 *bytes); 48 guint vflist_selection_count(ViewFile *vf, gint64 *bytes);