FROM : Dan Wood
DATE : Wed Jan 01 19:08:30 2003
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_removed>
>
> "It takes a smart man to be stupid." ~Tony
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> 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_removed>
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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
DATE : Wed Jan 01 19:08:30 2003
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_removed>
>
> "It takes a smart man to be stupid." ~Tony
> _______________________________________________
> cocoa-dev mailing list | <email_removed>
> 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_removed>
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_removed>
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
| Related mails | Author | Date |
|---|---|---|
| Tony S. Wu | Jan 1, 07:54 | |
| Dan Wood | Jan 1, 19:08 |






Cocoa mail archive

