Mercurial > geeqie
comparison src/layout.h @ 127:271afad04d07
implemented split windows
TODO: menus and hotkeys, connected zoom, activating on drag
author | nadvornik |
---|---|
date | Fri, 29 Jun 2007 15:16:46 +0000 |
parents | 0ef72a64930b |
children | 661cd91e5a7e |
comparison
equal
deleted
inserted
replaced
126:021a4d0de67b | 127:271afad04d07 |
---|---|
80 | 80 |
81 | 81 |
82 void layout_toolbar_toggle(LayoutWindow *lw); | 82 void layout_toolbar_toggle(LayoutWindow *lw); |
83 gint layout_toolbar_hidden(LayoutWindow *lw); | 83 gint layout_toolbar_hidden(LayoutWindow *lw); |
84 | 84 |
85 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode); | |
85 | 86 |
86 void layout_maint_renamed(const gchar *source, const gchar *dest); | 87 void layout_maint_renamed(const gchar *source, const gchar *dest); |
87 void layout_maint_removed(const gchar *path, GList *ignore_list); | 88 void layout_maint_removed(const gchar *path, GList *ignore_list); |
88 void layout_maint_moved(const gchar *source, const gchar *dest, GList *ignore_list); | 89 void layout_maint_moved(const gchar *source, const gchar *dest, GList *ignore_list); |
89 | 90 |