Re: Turning NSMenuItem into separator
Re: Turning NSMenuItem into separator
- Subject: Re: Turning NSMenuItem into separator
- From: Andreas Mayer <email@hidden>
- Date: Fri, 30 Sep 2005 05:03:26 +0200
Am 30.09.2005 um 02:51 Uhr schrieb Thom McGrath:
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:
This email sent to email@hidden