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

Re: Toolbar icons


  • Subject: Re: Toolbar icons
  • From: Manfred Lippert <email@hidden>
  • Date: Mon, 18 Feb 2002 19:12:45 +0100

> Where do I get generic toolbar icons from?

Look at NSToolbarItem.h:

/* standard toolbar item identifiers */

APPKIT_EXTERN NSString *NSToolbarSeparatorItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarSpaceItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarFlexibleSpaceItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarShowColorsItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarShowFontsItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarCustomizeToolbarItemIdentifier;
APPKIT_EXTERN NSString *NSToolbarPrintItemIdentifier;

If you use these identifiers for your items, Cocoa will automagically use
the appropriate Icons.

Regards,
Mani
_______________________________________________
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.

References: 
 >Toolbar icons (From: Thilo Ettelt <email@hidden>)

  • Prev by Date: Re: multithreaded vs ...?
  • Next by Date: Re: Tiff with mask
  • Previous by thread: Re: Toolbar icons
  • Next by thread: Transparency.
  • Index(es):
    • Date
    • Thread