Re: [Dumb Question] How to access indicator images?
Re: [Dumb Question] How to access indicator images?
- Subject: Re: [Dumb Question] How to access indicator images?
- From: Dan Wood <email@hidden>
- Date: Wed, 01 Jan 2003 10:08:30 -0800
It's one of the many Unicode characters available. It's kind of tricky
to specify it in code (you'd do something like below):
unichar whatever = 0xABCD;
NSString *theCharAsString = [NSString stringWithCharacters:&whatever
length:1];
HIGHLY recommended: UnicodeChecker, from
http://www.earthlingsoft.net
On Tuesday, December 31, 2002, at 10:54 PM, Tony S. Wu wrote:
I am sorry to ask a stupid question like this, but I really cannot find
it anywhere.
Is there a function call to access indicator images such as a triangle
facing right or left instead of making it myself?
Tony S. Wu
email@hidden
"It takes a smart man to be stupid." ~Tony
_______________________________________________
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.
--
Dan Wood
Karelia Software, LLC
email@hidden
http://www.karelia.com/
Watson for Mac OS X:
http://www.karelia.com/watson/
The information contained in this message or any of its attachments may
be privileged and confidential and intended for the exclusive use of
the addressee(s). Any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
_______________________________________________
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.