comparison src/layout.h @ 796:0be132a51f51

use new notification in layout and layout_image
author nadvornik
date Sat, 07 Jun 2008 09:10:01 +0000
parents d6a7fb4b8e7c
children 1646720364cf
comparison
equal deleted inserted replaced
795:a31524ae39cb 796:0be132a51f51
92 void layout_toolbar_toggle(LayoutWindow *lw); 92 void layout_toolbar_toggle(LayoutWindow *lw);
93 gint layout_toolbar_hidden(LayoutWindow *lw); 93 gint layout_toolbar_hidden(LayoutWindow *lw);
94 94
95 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode); 95 void layout_split_change(LayoutWindow *lw, ImageSplitMode mode);
96 96
97 void layout_maint_renamed(FileData *fd);
98 void layout_maint_removed(FileData *fd, GList *ignore_list);
99 void layout_maint_moved(FileData *fd, GList *ignore_list);
100
101
102 #endif 97 #endif