X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ebb1c57f8e6afa6f0957ab67308109a89b86fcc3..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/frame.h?ds=sidebyside diff --git a/include/wx/mac/carbon/frame.h b/include/wx/mac/carbon/frame.h index b047c2bdf3..4eb04e2435 100644 --- a/include/wx/mac/carbon/frame.h +++ b/include/wx/mac/carbon/frame.h @@ -17,13 +17,13 @@ #include "wx/accel.h" #include "wx/icon.h" -WXDLLEXPORT_DATA(extern const wxChar) wxToolBarNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const char) 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 +class WXDLLIMPEXP_CORE wxFrame: public wxFrameBase { public: // construction @@ -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; }