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:
@@ -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
|
||||
|
Reference in New Issue
Block a user