]> git.saurik.com Git - wxWidgets.git/commit
Always provide wxMenuItem bitmap-related methods in wxMSW.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 00:29:55 +0000 (00:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Mar 2012 00:29:55 +0000 (00:29 +0000)
commit1580a10d87fb4728404e94343b21f7544e2bbbf5
tree2bbd35bdf3e3a534563dedc401e38e5859af39a2
parenta02b2a9d31b9ebc9cb13e0ea744169bc355e2ea0
Always provide wxMenuItem bitmap-related methods in wxMSW.

Define these methods even when wxUSE_OWNER_DRAWN is turned off for some
reason. This allows to avoid ugly tests for !defined(__WXMSW__) ||
wxUSE_OWNER_DRAWN in the code that just wants to set a bitmap for a menu item.

Closes #12664.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70801 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/menuitem.h
samples/menu/menu.cpp