• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Disclosure item...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Prev by Date: runModalForWindow allows window switching
  • Next by Date: Re: UI: "Direct manipulation" is in conflict with "Forgiveness"
  • Previous by thread: Re: Disclosure item...
  • Next by thread: Command-Period Key Equivalent - Bad Idea?
  • Index(es):
    • Date
    • Thread