comparison src/layout_image.h @ 530:1d67ef911fa8

fixed connected zoom and scroll that didn't work in some cases http://sourceforge.net/tracker/index.php?func=detail&aid=1952429&group_id=222125&atid=1054680
author nadvornik
date Tue, 29 Apr 2008 17:52:12 +0000
parents 75b7154e6435
children 0be132a51f51
comparison
equal deleted inserted replaced
529:8815fea478ee 530:1d67ef911fa8
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);
50 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment); 50 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment);
51 void layout_image_zoom_adjust_at_point(LayoutWindow *lw, gdouble increment, gint x, gint y);
51 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom); 52 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom);
52 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gint vertical); 53 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gint vertical);
53 void layout_image_alter(LayoutWindow *lw, AlterType type); 54 void layout_image_alter(LayoutWindow *lw, AlterType type);
54 55
55 void layout_image_next(LayoutWindow *lw); 56 void layout_image_next(LayoutWindow *lw);