]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/statbox.h
Version 0.4 of wxPython for MSW.
[wxWidgets.git] / include / wx / gtk / statbox.h
index a6248a6bc99b147b2dbcd32876a74eefe4e6d89e..d6c8314bc0decd67faf62afe4727005678156529 100644 (file)
@@ -50,6 +50,7 @@ class wxStaticBox: public wxControl
     bool Create( wxWindow *parent, wxWindowID id, const wxString &label,
       const wxPoint &pos = wxDefaultPosition, const wxSize &size = wxDefaultSize, 
       long style = 0, const wxString &name = wxStaticBoxNameStr  );
+    void SetLabel( const wxString &label );
 };
 
 #endif // __GTKSTATICBOXH__