comparison src/layout_image.h @ 1047:81ec7d977d5f

use SHIFT for connected scroll and zoom SHIFT + keys or mouse: affects all split windows keys or mouse: affects only active window CONTROL + mouse: moves fast (originally it was SHIFT + mouse)
author nadvornik
date Wed, 10 Sep 2008 20:37:30 +0000
parents 0be132a51f51
children 1646720364cf
comparison
equal deleted inserted replaced
1046:e34e9bdef276 1047:81ec7d977d5f
44 FileData *layout_image_get_fd(LayoutWindow *lw); 44 FileData *layout_image_get_fd(LayoutWindow *lw);
45 CollectionData *layout_image_get_collection(LayoutWindow *lw, CollectInfo **info); 45 CollectionData *layout_image_get_collection(LayoutWindow *lw, CollectInfo **info);
46 gint layout_image_get_index(LayoutWindow *lw); 46 gint layout_image_get_index(LayoutWindow *lw);
47 47
48 48
49 void layout_image_scroll(LayoutWindow *lw, gint x, gint y); 49 void layout_image_scroll(LayoutWindow *lw, gint x, gint y, gboolean connect_scroll);
50 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment); 50 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment, gboolean connect_zoom);
51 void layout_image_zoom_adjust_at_point(LayoutWindow *lw, gdouble increment, gint x, gint y); 51 void layout_image_zoom_adjust_at_point(LayoutWindow *lw, gdouble increment, gint x, gint y, gboolean connect_zoom);
52 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom); 52 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom, gboolean connect_zoom);
53 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gint vertical); 53 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gint vertical, gboolean connect_zoom);
54 void layout_image_alter(LayoutWindow *lw, AlterType type); 54 void layout_image_alter(LayoutWindow *lw, AlterType type);
55 55
56 void layout_image_next(LayoutWindow *lw); 56 void layout_image_next(LayoutWindow *lw);
57 void layout_image_prev(LayoutWindow *lw); 57 void layout_image_prev(LayoutWindow *lw);
58 void layout_image_first(LayoutWindow *lw); 58 void layout_image_first(LayoutWindow *lw);