]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/windows.i
fixed clipping of items with icons text in report mode
[wxWidgets.git] / wxPython / src / windows.i
index aaa636182dfc7b1f0ac360c9b095db0c500d03e6..d5a7222622be8999f6b96195b82974e638aad49b 100644 (file)
@@ -389,6 +389,14 @@ public:
     wxString GetHelpText();
     void SetHelpText(const wxString& helpText);
 
+    bool ScrollLines(int lines);
+    bool ScrollPages(int pages);
+    bool LineUp();
+    bool LineDown();
+    bool PageUp();
+    bool PageDown();
+
+
 
 //      // Properties list
 //      %pragma(python) addtoclass = "