Re: Icon Suites
Re: Icon Suites
- Subject: Re: Icon Suites
- From: "M. Uli Kusterer" <email@hidden>
- Date: Sat, 25 Oct 2003 08:34:06 +0200
At 12:09 Uhr -0700 24.10.2003, Chewtoy wrote:
I would like to be able to have my application output a icns file
but i cant seem to find documentation on how to create i guess an
icon suite? does anyone know were i can find a tutorial or some
documentation?
There is an IconFamily class that someone wrote that wraps around the
Carbon APIs needed to create these.
If you want to roll your own, check the "Icon Services" documentation
(this may be hidden among the Classic docs, though). Basically, you
have to create your storage using NewHandle(), and then fill that by
passing valid data or PICTs to the requisite Icon Services APIs.
--
Cheers,
M. Uli Kusterer
------------------------------------------------------------
"The Witnesses of TeachText are everywhere..."
http://www.zathras.de
_______________________________________________
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: | |
| >Icon Suites (From: Chewtoy <email@hidden>) |