]> git.saurik.com Git - wxWidgets.git/commitdiff
Export wxMSWButton::GetFittingSize() private function.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 15:13:14 +0000 (15:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 17 Aug 2010 15:13:14 +0000 (15:13 +0000)
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

include/wx/msw/private/button.h

index 03be993bc05c04289ff5d85d682acbf1b3daaf75..fbd0d55f36e604f500787eaa64e2bd4016d44a0e 100644 (file)
@@ -57,7 +57,8 @@ wxSize ComputeBestSize(wxControl *btn, int flags = 0);
 
 // 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