]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/grid.i
wxHtmlHelpController doesn't derive from wxEvtHandler
[wxWidgets.git] / wxPython / src / grid.i
index 5b466633561705fb3c6fae0b9c604ae7e87ec077..aab2af22adde7c890a111f14d07bbfff41ba9047 100644 (file)
@@ -2010,6 +2010,14 @@ public:
     wxWindow* GetGridColLabelWindow();
     wxWindow* GetGridCornerLabelWindow();
 
+    // Allow adjustment of scroll increment. The default is (15, 15).
+    void SetScrollLineX(int x);
+    void SetScrollLineY(int y);
+    int GetScrollLineX() const;
+    int GetScrollLineY() const;
+
+    int GetScrollX(int x) const;
+    int GetScrollY(int y) const;
 
     static wxVisualAttributes
     GetClassDefaultAttributes(wxWindowVariant variant = wxWINDOW_VARIANT_NORMAL);