]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/motif/stattext.h
added a "lib" target for generating a wxPython library for static
[wxWidgets.git] / include / wx / motif / stattext.h
index 9dfa9d23e07d1143cfa778f51ddbf41c3dc1a6fb..a1268cf7e1b904976175fee3e6d6c6b66a1c2dc2 100644 (file)
@@ -43,10 +43,6 @@ class WXDLLEXPORT wxStaticText: public wxControl
            long style = 0,
            const wxString& name = wxStaticTextNameStr);
 
-  // accessors
-  void SetSize(int x, int y, int width, int height, int sizeFlags = wxSIZE_AUTO);
-  void SetLabel(const wxString&);
-
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};