]> 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 94a77bef2ea40e383c98a2ce40c81305dec15ce0..d5a7222622be8999f6b96195b82974e638aad49b 100644 (file)
@@ -386,6 +386,17 @@ public:
     void Freeze();
     void Thaw();
 
     void Freeze();
     void Thaw();
 
+    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 = "
 
 //      // Properties list
 //      %pragma(python) addtoclass = "