Added private wxMenu::MSWNewFromHMENU() method.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Aug 2011 09:32:39 +0000 (09:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Aug 2011 09:32:39 +0000 (09:32 +0000)
commit960493053b4923a9c882fb54c195ea530de72da1
tree97f311638d1d75958b1c6b4af92e987e1bc34923
parent8a625e0bb9e7db0eb7e685f15680a6f5997ddcd1
Added private wxMenu::MSWNewFromHMENU() method.

Add a method allowing creation of a wxMenu object from a native menu handle.
This will be used to implement access to the system menu in an upcoming commit
but could also be useful for other purposes.

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