]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/stattool.i
various tweaks and updates
[wxWidgets.git] / wxPython / src / stattool.i
index acb29cc1651d4a50cce0225e4d59979821cd2803..4b8a73cb11f3b2434ab343103b8617fc3c00c7ae 100644 (file)
@@ -73,6 +73,9 @@ public:
     void SetFieldsCount(int number = 1);
     void SetStatusText(const wxString& text, int i = 0);
     void SetStatusWidths(int LCOUNT, int* choices);
+    void PushStatusText(const wxString& text, int number = 0);
+    void PopStatusText(int number = 0);
+
     void SetMinHeight(int height);
 };