]> git.saurik.com Git - wxWidgets.git/commitdiff
wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar
authorDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 19:25:06 +0000 (19:25 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 19:25:06 +0000 (19:25 +0000)
attached to the parent of a window without one.  Instead, it is now up to
the GetAppMenuBar() function to do so.  The new implementation in
wxTopLevelWindow does just that.  The wxFrame implementation now calls
the base class version if it does not have a menubar.  Also, it is now
invalid to call the function with a NULL window (it is internal anyway).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775


No differences found