]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/stattool.i
Changed style so it looks good everywhere
[wxWidgets.git] / wxPython / src / stattool.i
index acb29cc1651d4a50cce0225e4d59979821cd2803..84b81d7d4f073171ecfe5d6490fab2d98c0af3e9 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);
 };
 
@@ -341,6 +344,7 @@ public:
 
     wxToolBarToolBase *AddControl(wxControl *control);
     wxToolBarToolBase *InsertControl(size_t pos, wxControl *control);
+    wxControl *FindControl( int id );
 
     wxToolBarToolBase *AddSeparator();
     wxToolBarToolBase *InsertSeparator(size_t pos);