Export wxMSWButton::GetFittingSize() private function.
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
This commit is contained in:
parent
3571e1add4
commit
c6d4b3ce9d
@ -57,7 +57,8 @@ wxSize ComputeBestSize(wxControl *btn, int flags = 0);
|
|||||||
|
|
||||||
// compute the button size (as if wxBU_EXACTFIT were specified, i.e. without
|
// 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
|
// 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
|
} // namespace wxMSWButton
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user