Re: app preferences top view
Re: app preferences top view
- Subject: Re: app preferences top view
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 22 Jan 2002 18:42:47 +0100
On Tuesday, January 22, 2002, at 06:06 PM, Marco Scheurer wrote:
I would like to implement a kind of toolbar control that we find in the
preferences of some applications. This is probably not a NSToolbar
because it is not customizable. It only shows some sections that that
the user can choose from. To get an idea of what I'm talking about,
take a look at the Terminal preference. The scrolling section at the
top is what I`m looking for.
How can I do something like this?
NSMatrix
I had made some tests using a NSMatrix and a custom NSCell and there
were problems (not the same look or behavior, I don't remember exactly)
which leaded to code a custom view for this purpose.