Re: Apple has Resource Icons to use it (for free) in my own projects?
Re: Apple has Resource Icons to use it (for free) in my own projects?
- Subject: Re: Apple has Resource Icons to use it (for free) in my own projects?
- From: Ross Tulloch <email@hidden>
- Date: Wed, 27 Sep 2006 08:26:49 +1000
Raul,
Your using Cocoa right? You can just use something like this:
NSImage* icon = [[NSWorkspace sharedWorkspace]
iconForFileType:NSFileTypeForHFSTypeCode(kToolbarFavoritesIcon)];
Use the types you've got from Icons.h.
Ross.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden