Re: Custom Table Views
Re: Custom Table Views
- Subject: Re: Custom Table Views
- From: j o a r <email@hidden>
- Date: Fri, 28 Mar 2003 13:04:42 +0100
Apple seems to have an extra control size for their applications:
NSRegularControlSize
NSSmallControlSize
NSTinyControlSize
...that they use for some of their apps: ProjectBuilder, iTunes, etc.
Seriously though, I don't think that they have that - they probably
just provide a custom bitmap for these button cells. You could do that
too.
I think that you should start by looking in the list archives, since
your questions have been aswered in the past, multiple times at that. I
would recommend that you use the list archives available here:
<
http://cocoa.mamasam.com/>
j o a r
On Friday, Mar 28, 2003, at 12:50 Europe/Stockholm, Eric Czarny wrote:
I was wondering if anyone knew how iTunes is able to create the tables
it displays. I would like to be able to create a table view similar to
its own, with the small check boxes and alternating row colors. Can
anyone point me in the direction of creating these small checkboxes,
placing them in table views and making each alternating row a
different color?
_______________________________________________
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.