]> git.saurik.com Git - wxWidgets.git/commit
Use theme functions for drawing owner-drawn menus.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:21:36 +0000 (13:21 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 23 Jan 2010 13:21:36 +0000 (13:21 +0000)
commitaa4919edd16047bb9590658f7a9fbe50fc659bc1
tree6aa2f27e7c23e954b65df1718edaf29361fe542a
parentd08504dfa577c3510b150d19b9539fea3df24fce
Use theme functions for drawing owner-drawn menus.

This makes the menu items with custom attributes or bitmaps look more native,
especially on post-XP systems.

Closes #11420.

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