X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..3f4fc7967b595ea8257696baff78e1866511223d:/include/wx/mac/stattext.h?ds=sidebyside diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index 1117b6fc9a..5cf88232a2 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -49,6 +49,13 @@ class WXDLLEXPORT wxStaticText: public wxControl // operations virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; + // events + void OnPaint( wxPaintEvent &event ) ; + wxSize DoGetBestSize() const ; + private : + wxString m_label ; + + DECLARE_EVENT_TABLE() }; #endif