]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/stattext.h
tidied up patch 583937 (wxClassInfo dtor)
[wxWidgets.git] / include / wx / mac / stattext.h
index fb9fdff70f593673fbf9539d7847d4566a688837..787eaf29ed6d25d2e134df8f8765d6abd93b6966 100644 (file)
@@ -41,11 +41,13 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase
 
   // accessors
   void SetLabel( const wxString &str ) ;
+  bool SetFont( const wxFont &font );
+
   // operations
   virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
   virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
   // events
-  void DrawParagraph(wxDC &dc, wxString paragraph);
+  void DrawParagraph(wxDC &dc, wxString paragraph, int &y);
   void OnPaint( wxPaintEvent &event ) ;
   void OnDraw( wxDC &dc ) ;
   virtual wxSize DoGetBestSize() const ;