]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/gallery.h
No changes, just merge some strings in wxSVGFileDC.
[wxWidgets.git] / interface / wx / ribbon / gallery.h
index eb2b01938ff97080748fa7be626aecd93542d217..51edca8784591a49ab5e8430080044f851609a28 100644 (file)
@@ -239,6 +239,18 @@ public:
             direction, @false if it did not scroll.
     */
     virtual bool ScrollLines(int lines);
+    
+    /**
+        Scroll the gallery contents by some fine-grained amount.
+
+        @param pixels
+          Positive values scroll toward the end of the gallery, while negative
+          values scroll toward the start.
+
+        @return @true if the gallery scrolled at least one pixel in the given
+            direction, @false if it did not scroll.
+    */
+    bool ScrollPixels(int pixels);
 
     /**
         Scroll the gallery to ensure that the given item is visible.