]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/stattext.h
wxHtmlFontCell now has member wxFont m_Font instead of wxFont* m_Font (preparation...
[wxWidgets.git] / include / wx / mac / stattext.h
index aa8eaf229eb9731065a8474cffd145c543ad046e..1117b6fc9aef7db2d0129785ea5fc6c3fd9a2eb4 100644 (file)
@@ -44,9 +44,8 @@ class WXDLLEXPORT wxStaticText: public wxControl
            const wxString& name = wxStaticTextNameStr);
 
   // accessors
            const wxString& name = wxStaticTextNameStr);
 
   // accessors
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-  void SetLabel(const wxString&);
-
+  void SetLabel(const wxString& , bool resize );
+  void SetLabel( const wxString &str ) { SetLabel( str , true ) ; }
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};