]> git.saurik.com Git - wxWidgets.git/commit
Add wxIcon::CreateFromHICON() to wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2013 16:13:37 +0000 (16:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Feb 2013 16:13:37 +0000 (16:13 +0000)
commit973abcbb6acfbc5985191ff655c233a80c98754e
tree2350a6f501ded03d69b80465fc547e6bf0a63e89
parent87a1dbc52e44796f9821b5d66118754dad57473e
Add wxIcon::CreateFromHICON() to wxMSW.

Provide a public method properly assigning an HICON to wxIcon, instead of
asking people to call SetHICON() and SetSize().

Closes #15023.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73489 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/icon.h
interface/wx/icon.h
src/msw/gdiimage.cpp
src/msw/icon.cpp