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: Philip Aker <email@hidden>
- Date: Tue, 26 Sep 2006 01:54:05 -0700
On 2006-09-26, at 00:37:59, Raul wrote:
I am talking about Apple icons to use in my project.
In other OS , there are some common icons that you can use it in
your own project.
I think there are better ways to get this that to show Resource
folder of all Programs.
I try to take a look at Philip answer to Look in Icons.h for
GetIconRef() .
But where is locate this Icons.h?
It is part of:
#import <ApplicationServices/ApplicationServices.h>
but seeing as you're using Cocoa you'll probably want to do this in
Terminal:
locate '/System/Library/CoreServices/*.icns'
Other icons seen commonly on OS X are scattered throughout the system
such as in kext and application packages. I use GetIconRef() wherever
possible because then I don't have to think about updating my icons
to look like the latest system.
ยง
Actually, it would be nice if one day the system was better organized
for icons:
/System/Library/Icons
/Library/Icons
~/Library/Icons #for overriding system icons
/Applications/MyApp/Contents/Resources/Icons
Philip Aker
email@hidden
_______________________________________________
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