It is now used by wxCommandLinkButton from adv library and so needs to be
exported from core.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65328
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// compute the button size (as if wxBU_EXACTFIT were specified, i.e. without
// adjusting it to be of default size if it's smaller) for the given label size
-wxSize GetFittingSize(wxWindow *win, const wxSize& sizeLabel, int flags = 0);
+WXDLLIMPEXP_CORE wxSize
+GetFittingSize(wxWindow *win, const wxSize& sizeLabel, int flags = 0);
} // namespace wxMSWButton