]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/stattext.h
detabified
[wxWidgets.git] / include / wx / mac / stattext.h
index 5cf88232a2bfa19ebe3dca1741798060f2138da3..e41f06ba4ff3dbff734097fe28944852c2ee9047 100644 (file)
@@ -44,14 +44,15 @@ class WXDLLEXPORT wxStaticText: public wxControl
            const wxString& name = wxStaticTextNameStr);
 
   // accessors
-  void SetLabel(const wxString& , bool resize );
-  void SetLabel( const wxString &str ) { SetLabel( str , true ) ; }
+  void SetLabel( const wxString &str ) ;
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
   // events
   void OnPaint( wxPaintEvent &event ) ;
+  void OnDraw( wxDC &dc ) ;
   wxSize DoGetBestSize() const ;
+  virtual bool AcceptsFocus() const { return FALSE; }
  private :
        wxString        m_label ;