X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..24528b0c1421ca7bde29027cecc005643dfae8cb:/include/wx/mac/stattext.h 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