I need one of the items to be a separator. The only way I can see
to do that is to create a new NSMenuItem. But I'm already handed a
menu item to use.
Try this one:
- (void)_configureAsSeparatorItem;
Beware: This method is private. You should test with -
respondsToSelector: first.
Andreas
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden