• 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
NSDisclosureButtonCell
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

NSDisclosureButtonCell


  • Subject: NSDisclosureButtonCell
  • From: Gian Luca Cannata <email@hidden>
  • Date: Wed, 18 Sep 2002 13:25:14 +0200

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!!
_______________________________________________
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: Re: Obj-C question: protocol usage and inheritance
  • Next by Date: NSDisclosureButtonCell
  • Previous by thread: NSBrowser desired size
  • Next by thread: NSDisclosureButtonCell
  • Index(es):
    • Date
    • Thread