]> git.saurik.com Git - wxWidgets.git/commit - include/wx/gtk/menu.h
Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jan 2012 13:41:17 +0000 (13:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 15 Jan 2012 13:41:17 +0000 (13:41 +0000)
commite4a23857ec9c4f4e3f3e1251f566f55df31e4177
tree14e406d4edc2bc0d29bbf2f7c19817820abd152c
parent2db3b9a6a40343d0a2b6c5008e5ed9768f4a7358
Implement wxMenuBar::EnableTop() for wxMSW and wxGTK.

This method was only available in wxUniv before and just always returned true
in the other ports. Implement it for wxMSW and wxGTK too now and document it.
Also add a unit test.

Closes #795.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/menu.h
include/wx/msw/menu.h
include/wx/osx/menu.h
interface/wx/menu.h
src/gtk/menu.cpp
src/msw/menu.cpp
src/osx/menu_osx.cpp
tests/menu/menu.cpp