X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4ab861e548133efc755de028fd4af8cab8771414..0532a2588121690115f4629cdcbc41d2049e50c0:/include/wx/msw/private.h diff --git a/include/wx/msw/private.h b/include/wx/msw/private.h index ab9b671455..7dc72333fe 100644 --- a/include/wx/msw/private.h +++ b/include/wx/msw/private.h @@ -478,6 +478,11 @@ inline bool wxStyleHasBorder(long style) // may return NULL extern wxWindow *wxGetWindowFromHWND(WXHWND hwnd); + +// Get the size of an icon +wxSize wxGetHiconSize(HICON hicon); + + #endif // wxUSE_GUI #endif