ui/gtk/image.h

changeset 533
951b92ce3708
parent 532
80a6d8923d75
child 547
631162b266d1
equal deleted inserted replaced
532:80a6d8923d75 533:951b92ce3708
46 UiBool autoscale; 46 UiBool autoscale;
47 UiBool adjustwidgetsize; 47 UiBool adjustwidgetsize;
48 UiBool useradjustable; 48 UiBool useradjustable;
49 GdkPixbuf *pixbuf; 49 GdkPixbuf *pixbuf;
50 50
51 int zoom_scale; 51 double zoom_scale;
52 int transx; 52 int transx;
53 int transy; 53 int transy;
54 int begin_transx; 54 int begin_transx;
55 int begin_transy; 55 int begin_transy;
56 int zoom;
57 UiBool isautoscaled; 56 UiBool isautoscaled;
57 double user_scale;
58 double scale; 58 double scale;
59 } UiImageViewer; 59 } UiImageViewer;
60 60
61 void ui_cairo_draw_image(UiImageViewer *imgviewer, cairo_t *cr, int width, int height); 61 void ui_cairo_draw_image(UiImageViewer *imgviewer, cairo_t *cr, int width, int height);
62 62

mercurial