wxWidgets/include/wx/cocoa
David Elliott 3e84f98ffa wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar
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
2003-11-06 19:25:06 +00:00
..
app.h Use an application delegate object 2003-10-06 15:36:11 +00:00
autorelease.h Place wxAutoNSAutoreleasePool in this header 2003-07-14 13:03:18 +00:00
bitmap.h * When cloning the ref data, copy the NSBitmapImageRep instead of retaining it 2003-08-08 14:49:53 +00:00
bmpbuttn.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
brush.h added default parameters to wxBrush/wxPen ctors 2003-07-21 23:13:15 +00:00
button.h Implement GetLabel and SetLabel 2003-07-16 14:54:59 +00:00
checkbox.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
checklst.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
choice.h Implement wxChoice including sorting and client data 2003-09-06 00:33:02 +00:00
clipbrd.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
colour.h Added GetNSColor() accessor 2003-07-03 17:59:52 +00:00
combobox.h SetStringSelection: wxString& should be const 2003-07-15 15:10:24 +00:00
control.h Override CocoaSetEnabled() to call -[NSControl setEnabled:] 2003-08-19 14:49:28 +00:00
cursor.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
dataform.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
dataobj2.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
dataobj.h Added wxClipboard and wxDataObject (and friends) declarations and stubs 2003-07-28 19:07:26 +00:00
dc.h wxCocoa: Added preliminary Blit support 2003-07-22 17:40:52 +00:00
dcclient.h Implement (sort-of) non-client wxWindowDC 2003-09-08 15:42:40 +00:00
dcmemory.h wxCocoa: Added preliminary Blit support 2003-07-22 17:40:52 +00:00
dcscreen.h Added (Start|End)DrawingOnTop stubs 2003-07-14 13:59:20 +00:00
dialog.h Use NSWindow delegate notification windowWillClose instead of overriding close 2003-10-06 19:17:11 +00:00
font.h pointer returned by GetNativeFontInfo() is now const and must not be deleted (replaces patch 810192) 2003-09-24 01:23:37 +00:00
frame.h wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar 2003-11-06 19:25:06 +00:00
gauge.h Implement wxGauge 2003-09-05 18:40:00 +00:00
gdiobj.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
icon.h added support for gcc precompiled headers 2003-08-09 12:38:21 +00:00
listbox.h some more wxListBox support 2003-08-18 02:14:53 +00:00
mbarman.h * Add bool parameter to WindowDidResignKey indicating whether the menu bar 2003-10-06 18:54:59 +00:00
menu.h * Move m_cocoaNSMenu out of wxCocoaNSMenu and into wxMenu and wxMenuBar 2003-09-05 14:00:53 +00:00
menuitem.h Send all menu item actions to a dedicated target. This is to ensure 2003-08-28 17:49:51 +00:00
NSBox.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSButton.h Associate/Disassociate now check for non-NULL pointer instead of requiring 2003-07-11 17:47:57 +00:00
NSControl.h Provide target/action mechanism for subclasses to use 2003-09-08 19:00:45 +00:00
NSMenu.h Works a little better when you remember to say "virtual" 2003-09-05 15:29:17 +00:00
NSPanel.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSTableDataSource.h Added NSTableView support 2003-08-18 02:12:42 +00:00
NSTableView.h Added NSTableView support 2003-08-18 02:12:42 +00:00
NSTextField.h Separated the Objective-C to C++ association code into the new header 2003-04-19 17:51:50 +00:00
NSView.h Added default implementation for drawRect and mouse events that returns 2003-08-11 13:47:50 +00:00
NSWindow.h Use NSWindow delegate notification windowWillClose instead of overriding close 2003-10-06 19:17:11 +00:00
ObjcAssociate.h Associate/Disassociate now check for non-NULL pointer instead of requiring 2003-07-11 17:47:57 +00:00
ObjcPose.h It was not acceptable to call the class method from the static initializer 2003-07-02 20:46:34 +00:00
pen.h Added dash support 2003-08-04 06:16:15 +00:00
radiobox.h Override CocoaSetEnabled because it's not an NSControl 2003-09-06 19:10:22 +00:00
radiobut.h * Implement GetValue() and SetValue(). 2003-08-18 18:27:48 +00:00
region.h Stub for wxRegion::Offset 2003-08-14 20:56:21 +00:00
slider.h Missed a few substitutions the first time around 2003-06-19 22:16:22 +00:00
spinbutt.h Implement wxSpinButton (except up/down events) 2003-09-08 19:03:31 +00:00
statbmp.h Added more original works and stubs 2003-03-21 20:25:09 +00:00
statbox.h Override CocoaSetEnabled because it's not an NSControl 2003-09-06 19:10:22 +00:00
statline.h Override CocoaSetEnabled() to do nothing. Although static lines are 2003-08-19 14:47:24 +00:00
stattext.h Added original works and stubs to CVS repository 2003-03-21 19:51:47 +00:00
string.h Added wxString to NSString conversion functions 2003-06-13 21:09:21 +00:00
textctrl.h added wxTextCtrl::MarkDirty() 2003-09-23 00:09:18 +00:00
toplevel.h wxMenuBarManager::InstallMenuBarForWindow no longer looks for a menubar 2003-11-06 19:25:06 +00:00
window.h Added virtual GetNonClientNSView() 2003-09-08 15:37:58 +00:00