Re: Separator bar in NSMenu
Re: Separator bar in NSMenu
- Subject: Re: Separator bar in NSMenu
- From: Bartlomiej Cichosz <email@hidden>
- Date: Tue, 11 Nov 2003 18:20:37 -0500
Hi,
As a temporary solution you can just copy existing divider with a bar
and paste it where you need it. This worked for me.
Bart
On Nov 10, 2003, at 12:44 PM, Alun Carp wrote:
I have a dynamic dock menu which at the moment looks quite cluttered:
About
Help
Manager Tool
Transfer Tool
Preferences
Activate
--------------
(Standard dock menu items)
I inserted separators to group similar items:
About
Help
Manager Tool
Transfer Tool
Preferences
Activate
--------------
(Standard dock menu items)
The [NSMenu separatorItem] method returns a menu item which is
basically a blank space that does nothing used to separate menu items.
My dock menu items are separated from the standard dock menu items by
a horizontal bar, I would like my separator to look like this too:
About
Help
--------------
Manager Tool
Transfer Tool
--------------
Preferences
--------------
Activate
--------------
(Standard dock menu items)
I have searched the help, and the archives at mamasam and can't find
any reference to changing the separatorItem behaviour.
Can anyone help?
Thanks
Alun Carp
Driver Development Team Leader
Data Encryption Systems Limited
Quantum materiae materietur marmota monax si marmota monax materiam
possit materiari?
_______________________________________________
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.
_______________________________________________
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.