]> git.saurik.com Git - wxWidgets.git/commit - src/msw/toplevel.cpp
Added wxTopLevelWindow::MSWGetSystemMenu() method.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Aug 2011 09:32:42 +0000 (09:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 8 Aug 2011 09:32:42 +0000 (09:32 +0000)
commitddae52629c7114da46bc6ac53874593d8eb965bd
tree5a6bdcf10cba15dfd915bcbaae0bb43dbd9685c9
parent960493053b4923a9c882fb54c195ea530de72da1
Added wxTopLevelWindow::MSWGetSystemMenu() method.

Also generate events corresponding to WM_SYSCOMMAND messages for the custom
items of the system menu.

Add a small snippet to test the new functionality to the dialogs sample.

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