* Removed CocoaInternalIdle()
authorDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 20:12:11 +0000 (20:12 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Thu, 6 Nov 2003 20:12:11 +0000 (20:12 +0000)
commitf1d04a42d5a19b18856a41571488fe7006f3d00a
treed18939973c24578b2547904d61997b6dfffeb560
parenta381cfaa2d2194680bb8cf8a5dbe1b7aae00da07
* Removed CocoaInternalIdle()
* Removed methods that were called by wxTopLevelWindow notification handlers
* Removed now useless m_needMenuBar
* Added an Objective-C notification observer class
* Added methods to receive the notifications
* InstallMenuBarForWindow now takes a wxCocoaNSWindow
* Do not keep track of key/main window
* Keep track of window for which menu bar was installed (m_windowCurrent)
* SetMenuBar() will now install the main menu immediately

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24430 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/cocoa/mbarman.h
src/cocoa/mbarman.mm