Skip navigation.
 
mlRe: Getting app icon
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

Related mailsAuthorDate
mlGetting app icon Mike R. Manzano Apr 1, 20:38
mlRe: Getting app icon Julian Cain Apr 1, 20:44
mlRe: Getting app icon Sherm Pendley Apr 1, 21:47
mlRe: Getting app icon Julian Cain Apr 1, 21:57