]> www.fi.muni.cz Git - evince.git/blobdiff - libview/ev-view-private.h
[view] Make EvView inherit from GtkFixed and implement scrollable interface
[evince.git] / libview / ev-view-private.h
index 5b5fd19d775cceeda323535a4a6c9a1b35db6285..0387642827cb325f95fdc3a9252741d519b79683 100644 (file)
@@ -132,6 +132,10 @@ struct _EvView {
        /* Scrolling */
        GtkAdjustment *hadjustment;
        GtkAdjustment *vadjustment;
+       /* GtkScrollablePolicy needs to be checked when
+        * driving the scrollable adjustment values */
+       guint hscroll_policy : 1;
+       guint vscroll_policy : 1;
 
        gint scroll_x;
        gint scroll_y;