X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebb1c57f8e6afa6f0957ab67308109a89b86fcc3..07c51ff1fa68e0667f164cfa8b2317666c367642:/include/wx/mac/carbon/frame.h diff --git a/include/wx/mac/carbon/frame.h b/include/wx/mac/carbon/frame.h index b047c2bdf3..30706e3e48 100644 --- a/include/wx/mac/carbon/frame.h +++ b/include/wx/mac/carbon/frame.h @@ -19,9 +19,9 @@ WXDLLEXPORT_DATA(extern const wxChar) wxToolBarNameStr[]; -class WXDLLEXPORT wxMenuBar; -class WXDLLEXPORT wxStatusBar; -class WXDLLEXPORT wxMacToolTip ; +class WXDLLIMPEXP_FWD_CORE wxMenuBar; +class WXDLLIMPEXP_FWD_CORE wxStatusBar; +class WXDLLIMPEXP_FWD_CORE wxMacToolTip ; class WXDLLEXPORT wxFrame: public wxFrameBase { @@ -82,13 +82,6 @@ public: const wxString& name = wxStatusLineNameStr); #endif // wxUSE_STATUSBAR - // tooltip management -#if wxUSE_TOOLTIPS - wxMacToolTip* GetToolTipCtrl() const { return m_hwndToolTip; } - void SetToolTipCtrl(wxMacToolTip *tt) { m_hwndToolTip = tt; } - wxMacToolTip* m_hwndToolTip ; -#endif // tooltips - // called by wxWindow whenever it gets focus void SetLastFocus(wxWindow *win) { m_winLastFocused = win; } wxWindow *GetLastFocus() const { return m_winLastFocused; }