Mercurial > geeqie.yaz
annotate src/layout_util.h @ 1158:616fae3a801f
Unify [Shift] and [Control] notation.
author | zas_ |
---|---|
date | Wed, 19 Nov 2008 21:16:27 +0000 |
parents | 1646720364cf |
children | e0e12512cde2 |
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 | |
14 #ifndef LAYOUT_UTIL_H | |
15 #define LAYOUT_UTIL_H | |
16 | |
17 | |
18 #include "layout.h" | |
19 | |
160 | 20 gint layout_key_press_cb(GtkWidget *widget, GdkEventKey *event, gpointer data); |
9 | 21 |
22 void layout_util_sync_thumb(LayoutWindow *lw); | |
23 void layout_util_sync(LayoutWindow *lw); | |
24 | |
25 | |
26 void layout_edit_update_all(void); | |
27 | |
28 void layout_recent_update_all(void); | |
29 void layout_recent_add_path(const gchar *path); | |
30 | |
497 | 31 void layout_copy_path_update_all(void); |
32 | |
9 | 33 void layout_actions_setup(LayoutWindow *lw); |
34 void layout_actions_add_window(LayoutWindow *lw, GtkWidget *window); | |
35 GtkWidget *layout_actions_menu_bar(LayoutWindow *lw); | |
36 | |
1043 | 37 |
9 | 38 GtkWidget *layout_button_bar(LayoutWindow *lw); |
39 | |
40 void layout_keyboard_init(LayoutWindow *lw, GtkWidget *window); | |
41 | |
42 | |
43 PixmapFolders *folder_icons_new(void); | |
44 void folder_icons_free(PixmapFolders *pf); | |
45 | |
46 | |
47 void layout_bar_info_toggle(LayoutWindow *lw); | |
48 void layout_bar_exif_toggle(LayoutWindow *lw); | |
49 void layout_bar_sort_toggle(LayoutWindow *lw); | |
50 | |
51 void layout_bars_new_image(LayoutWindow *lw); | |
52 void layout_bars_new_selection(LayoutWindow *lw, gint count); | |
53 | |
54 GtkWidget *layout_bars_prepare(LayoutWindow *lw, GtkWidget *image); | |
55 void layout_bars_close(LayoutWindow *lw); | |
56 | |
57 void layout_bars_maint_renamed(LayoutWindow *lw); | |
58 | |
59 | |
60 #endif | |
1055
1646720364cf
Adding a vim modeline to all files - patch by Klaus Ethgen
nadvornik
parents:
1043
diff
changeset
|
61 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */ |