Icons fetched from wxMimeTypesManager did not get the width/height of

the icon, now they do.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-07-15 18:29:52 +00:00
parent 28c98a77e9
commit 6bad4c327c
3 changed files with 11 additions and 5 deletions

View File

@@ -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