FROM : Sherm Pendley
DATE : Fri Apr 01 21:47:18 2005
On Apr 1, 2005, at 1:38 PM, Mike R. Manzano wrote:
> Anyone know how to get an application's current icon? I'd like to
> fetch my own application's current icon whether it be something I
> assigned, or the default one.
NSImage *theIcon = [[NSApplication sharedApplication]
applicationIconImage];
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
DATE : Fri Apr 01 21:47:18 2005
On Apr 1, 2005, at 1:38 PM, Mike R. Manzano wrote:
> Anyone know how to get an application's current icon? I'd like to
> fetch my own application's current icon whether it be something I
> assigned, or the default one.
NSImage *theIcon = [[NSApplication sharedApplication]
applicationIconImage];
sherm--
Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org
| Related mails | Author | Date |
|---|---|---|
| Mike R. Manzano | Apr 1, 20:38 | |
| Julian Cain | Apr 1, 20:44 | |
| Sherm Pendley | Apr 1, 21:47 | |
| Julian Cain | Apr 1, 21:57 |






Cocoa mail archive

