Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Nov 2012 00:15:26 +0000 (00:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 25 Nov 2012 00:15:26 +0000 (00:15 +0000)
commit93c609c7373cc29da60a05926c6ba3a19e1cabb5
tree43050b4fe5c356d5a7f064efaf8d8b0f440b1007
parent6bc9f42c3dc291131f73f15b8b01ffbad9966556
Add wxApp::GTKIsUsingGlobalMenu() helper to wxGTK.

This allows to check whether the global menu is being used and will be mostly
useful for working around various bugs/problems uncovered by it.

See #14302.

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