discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH]: GWorkspace Icon Themability


From: Uli Kusterer
Subject: Re: [PATCH]: GWorkspace Icon Themability
Date: Sat, 30 Oct 2004 16:32:24 +0200
User-agent: MT-NewsWatcher/3.4 (PPC Mac OS X)

In article <mailman.6154.1099144155.2017.discuss-gnustep@gnu.org>,
 Alex Perez <aperez@student.santarosa.edu> wrote:

>  - (void)createIcons
>  {
> -  ASSIGN (hostIcon, [NSImage imageNamed: @"common_Root_PC.tiff"]);
> -  ASSIGN (folderIcon, [NSImage imageNamed: @"folder.tiff"]);
> -  ASSIGN (toolIcon, [NSImage imageNamed: @"tool.tiff"]);
> -  ASSIGN (unknownIcon, [NSImage imageNamed: @"unknown.tiff"]);
> +  ASSIGN (hostIcon,    [NSImage _standardImageWithName: @"Root_PC.tiff"]);
> +  ASSIGN (folderIcon,  [NSImage imageNamed: @"folder.tiff"]);
> +  ASSIGN (toolIcon,    [NSImage imageNamed: @"tool.tiff"]);
> +  ASSIGN (unknownIcon, [NSImage imageNamed @"unknown.tiff"]);
>  }

I'm not Enrico, but does the above mean that none of these icons except 
for Root_PC will be themeable? If these are app-specific icons, I guess 
that's okay, but if folder.tiff is a regular folder icon, I'd say it's 
missing a _standardIconWithName: call.

Just a guess from a GNUstep newbie.

Cheers,
-- M. Uli Kusterer
http://www.zathras.de


reply via email to

[Prev in Thread] Current Thread [Next in Thread]