Mercurial > geeqie.yaz
annotate src/view_file_list.h @ 1072:4ae9461e88ca
fixed failed assertion in exif_free
author | nadvornik |
---|---|
date | Mon, 20 Oct 2008 17:13:32 +0000 |
parents | 1646720364cf |
children | 8b89e3ff286b |
rev | line source |
---|---|
9 | 1 /* |
196 | 2 * Geeqie |
9 | 3 * (C) 2004 John Ellis |
475 | 4 * Copyright (C) 2008 The Geeqie Team |
9 | 5 * |
6 * Author: John Ellis | |
7 * | |
8 * This software is released under the GNU General Public License (GNU GPL). | |
9 * Please read the included file COPYING for more information. | |
10 * This software comes with no warranty of any kind, use at your own risk! | |
11 */ | |
12 | |
13 #ifndef VIEW_FILE_LIST_H | |
14 #define VIEW_FILE_LIST_H | |
15 | |
16 | |
586 | 17 #include "filedata.h" |
9 | 18 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
19 gint vflist_press_key_cb(GtkWidget *widget, GdkEventKey *event, gpointer data); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
20 gint vflist_press_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
21 gint vflist_release_cb(GtkWidget *widget, GdkEventButton *bevent, gpointer data); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
22 |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
23 void vflist_dnd_init(ViewFile *vf); |
9 | 24 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
25 void vflist_destroy_cb(GtkWidget *widget, gpointer data); |
783 | 26 ViewFile *vflist_new(ViewFile *vf, FileData *dir_fd); |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
27 |
783 | 28 gint vflist_set_fd(ViewFile *vf, FileData *dir_fd); |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
29 gint vflist_refresh(ViewFile *vf); |
9 | 30 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
31 void vflist_thumb_set(ViewFile *vf, gint enable); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
32 void vflist_marks_set(ViewFile *vf, gint enable); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
33 void vflist_sort_set(ViewFile *vf, SortType type, gint ascend); |
9 | 34 |
634 | 35 GList *vflist_pop_menu_file_list(ViewFile *vf); |
637 | 36 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_refresh_cb(GtkWidget *widget, gpointer data); | |
39 void vflist_popup_destroy_cb(GtkWidget *widget, gpointer data); | |
659
542bb47fef04
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
zas_
parents:
637
diff
changeset
|
40 void vflist_pop_menu_thumbs_cb(GtkWidget *widget, gpointer data); |
634 | 41 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
42 FileData *vflist_index_get_data(ViewFile *vf, gint row); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
43 gint vflist_index_by_path(ViewFile *vf, const gchar *path); |
736 | 44 guint vflist_count(ViewFile *vf, gint64 *bytes); |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
45 GList *vflist_get_list(ViewFile *vf); |
9 | 46 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
47 gint vflist_index_is_selected(ViewFile *vf, gint row); |
736 | 48 guint vflist_selection_count(ViewFile *vf, gint64 *bytes); |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
49 GList *vflist_selection_get_list(ViewFile *vf); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
50 GList *vflist_selection_get_list_by_index(ViewFile *vf); |
9 | 51 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
52 void vflist_select_all(ViewFile *vf); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
53 void vflist_select_none(ViewFile *vf); |
601 | 54 void vflist_select_invert(ViewFile *vf); |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
55 void vflist_select_by_fd(ViewFile *vf, FileData *fd); |
9 | 56 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
57 void vflist_mark_to_selection(ViewFile *vf, gint mark, MarkToSelectionMode mode); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
58 void vflist_selection_to_mark(ViewFile *vf, gint mark, SelectionToMarkMode mode); |
161 | 59 |
573
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
60 void vflist_select_marked(ViewFile *vf, gint mark); |
2996f1bbc305
Drop ViewFileList, use ViewFile and ViewFileInfoList instead.
zas_
parents:
559
diff
changeset
|
61 void vflist_mark_selected(ViewFile *vf, gint mark, gint value); |
9 | 62 |
659
542bb47fef04
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
zas_
parents:
637
diff
changeset
|
63 void vflist_color_set(ViewFile *vf, FileData *fd, gint color_set); |
542bb47fef04
Merge vflist_pop_menu() and vficon_pop_menu() into vf_pop_menu().
zas_
parents:
637
diff
changeset
|
64 |
9 | 65 #endif |
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
787
diff
changeset
|
66 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |