Re: Xcode style divider with embedded popup and pulldown menus
Re: Xcode style divider with embedded popup and pulldown menus
- Subject: Re: Xcode style divider with embedded popup and pulldown menus
- From: Jean-Daniel Dupas <email@hidden>
- Date: Fri, 18 Jul 2008 17:58:30 +0200
Le 18 juil. 08 à 17:39, Rick Hoge a écrit :
I would like to include a view divider similar to the one used in
Xcode at the top of the editor window (contains forward and back
buttons, popups for selection of source file and function, as well
as pulldowns for a number of functions).
I expect this is a custom class created by Apple - does anyone know
of an efficient way to replicate this type of view? One thought I
had was to create a table with a single row and add the desired
controls as cells.
Any suggestions would be greatly appreciated -
If this is just to embed cells, you may use an NSMatrix (and call
putCell:atRow:column:). It will be more appropriate IMHO.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden