[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Button Cell Images
From: |
Gregory John Casamento |
Subject: |
Re: Button Cell Images |
Date: |
Sun, 24 Jun 2007 21:52:38 -0700 (PDT) |
I've been meaning to remove the NSButtonImageSource.m file in SVN. It's not
being used and is superflous since the version in GSNibCompatibility is the one
which is currently being used.
--
Gregory Casamento
----- Original Message ----
From: Christopher Armstrong <address@hidden>
To: Gregory John Casamento <address@hidden>
Cc: address@hidden
Sent: Sunday, June 24, 2007 7:28:39 PM
Subject: Re: Button Cell Images
Hi
Gregory John Casamento wrote:
> GNUstep has this class as well... it's in GSNibCompatibility.m. I wrote it
> originally as part of the keyed-nib decoding mechanism in GNUstep.
>
> I wrote it to model the behavior I was seeing on Mac OS X. WHY Apple chose
> to do it this way I'm not quite certain, but it is one of the classes which
> is read and unarchived during nib processing and, thus, needed to be present.
>
>
I didn't know about that version of it but thanks for pointing it out. I
was actually talking about the version in SVN under
NSButtonImageSource.m that is present but doesn't appear to be compiled
as part of gnustep-gui. I'm not entirely sure how this one was intended
to work.
Regards
Chris