Files
wxWidgets/include/wx/gtk
Vadim Zeitlin 6abf7b639c Don't use invoking window in wxGTK wxMenuBar implementation.
wxGTK wxMenuBar used its own SetInvokingWindow/UnsetInvokingWindow() and
related functions instead of reusing the base class Attach/Detach() which
exist for exactly the same purpose. This resulted in unnecessary code
duplication and confusion and, since the changes of r64104, resulted in
asserts due to use of SetInvokingWindow() for non-popup menus.

Fix this by removing the wxGTK-specific functions and doing the work they used
to do in (now overridden) Attach() and Detach(). Also call Attach/Detach()
instead of these functions from wxGTK wxFrame and wxMDIParentFrame code.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-04-24 15:08:00 +00:00
..
2010-01-07 18:30:18 +00:00
2010-03-28 23:20:49 +00:00
2009-12-05 19:25:04 +00:00
2009-12-05 19:26:39 +00:00
2009-07-23 20:30:22 +00:00
2009-01-18 12:34:23 +00:00
2009-10-09 17:39:19 +00:00
2009-12-05 19:57:58 +00:00
2008-11-16 18:20:21 +00:00
2010-03-30 16:14:11 +00:00
2009-12-05 19:25:04 +00:00
2009-12-05 19:25:04 +00:00
2009-12-05 19:57:58 +00:00
2009-12-05 19:25:04 +00:00