Re: Disclosure item...
Re: Disclosure item...
- Subject: Re: Disclosure item...
- From: Andrew Merenbach <email@hidden>
- Date: Thu, 19 Sep 2002 16:45:04 -0700
Just yesterday we had a post on the new (OS 10.2) class
NSDisclosureButtonCell:
Message: 3
Date: Wed, 18 Sep 2002 13:25:14 +0200
Subject: NSDisclosureButtonCell
From: Gian Luca Cannata <email@hidden>
To: email@hidden
Hi, all
I have found in AppKit an undocumented class NSDisclosureButtonCell!!!!
With this class is possible to create an Disclosure Button in Jaguar
style.
NSDisclosureButtonCell *newCell;
NSImageCell *imageCell;
imageCell = [[NSImageCell alloc] init];
newCell = [[NSDisclosureButtonCell alloc] initWithCell:imageCell];
[_myButton setCell:newCell];
[imageCell release];
[newCell release];
Woooooooooowwwwwwwwwwwwwww!!
On Wednesday, September 18, 2002, at 10:00 PM,
email@hidden wrote:
Message: 8
Date: Wed, 18 Sep 2002 22:45:10 -0400
To: email@hidden
From: Eric Hankinson <email@hidden>
Subject: Re: Disclosure item...
At 05:44 PM 9/18/2002 -0700, Ando Sonenblick wrote:
Gang....
Still new here to cocoa, but is there no widget in IB (2.3) to create
a
disclosure triangle?
Actually, Kurt Revis wrote just such a thing for Cocoa & IB:
http://www.snoize.com/Code/DisclosableView.tar.gz
Eric
_______________________________________________
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.