menu bar without nib
menu bar without nib
- Subject: menu bar without nib
- From: Dmitry Markman <email@hidden>
- Date: Tue, 30 Dec 2003 23:01:34 -0500
Hi,
is there a way to set up menu bar with Cocoa but without nib file
NSMenu * menu = [[NSMenu alloc] initWithTitle : @"dimatitle"] ;
[menu addItemWithTitle: @"Info Panel..."
action: @selector(showInfoPanel:)
keyEquivalent: @""];
...
...
[NSApp setMainMenu: menu];
doesn't work for me
thanks
Dmitry Markman
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.