comparison src/layout_image.h @ 1566:3d9f5c078521

separated Orientation and Grayscale functions moved Grayscale to Color management menu
author nadvornik
date Sat, 25 Apr 2009 22:08:09 +0000
parents 7302ff300a52
children 24ef7b610ed6
comparison
equal deleted inserted replaced
1565:54bb40066b35 1566:3d9f5c078521
49 void layout_image_scroll(LayoutWindow *lw, gint x, gint y, gboolean connect_scroll); 49 void layout_image_scroll(LayoutWindow *lw, gint x, gint y, gboolean connect_scroll);
50 void layout_image_zoom_adjust(LayoutWindow *lw, gdouble increment, gboolean connect_zoom); 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, gboolean connect_zoom); 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, gboolean connect_zoom); 52 void layout_image_zoom_set(LayoutWindow *lw, gdouble zoom, gboolean connect_zoom);
53 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gboolean vertical, gboolean connect_zoom); 53 void layout_image_zoom_set_fill_geometry(LayoutWindow *lw, gboolean vertical, gboolean connect_zoom);
54 void layout_image_alter(LayoutWindow *lw, AlterType type); 54 void layout_image_alter_orientation(LayoutWindow *lw, AlterType type);
55 void layout_image_set_desaturate(LayoutWindow *lw, gboolean desaturate);
56 gboolean layout_image_get_desaturate(LayoutWindow *lw);
55 57
56 void layout_image_next(LayoutWindow *lw); 58 void layout_image_next(LayoutWindow *lw);
57 void layout_image_prev(LayoutWindow *lw); 59 void layout_image_prev(LayoutWindow *lw);
58 void layout_image_first(LayoutWindow *lw); 60 void layout_image_first(LayoutWindow *lw);
59 void layout_image_last(LayoutWindow *lw); 61 void layout_image_last(LayoutWindow *lw);