Button Cell Images

2007-06-24 Thread Christopher Armstrong
Hi I think I've written on this before, but I don't remember getting a reply so I'll try again. I want to put some images into a theme bundle that are to be used as button images for radio buttons and switch buttons. It appears the API for this is incomplete. Someone has been working on it

Re: Button Cell Images

2007-06-24 Thread Gregory John Casamento
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

Re: Button Cell Images

2007-06-24 Thread Christopher Armstrong
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

Re: Button Cell Images

2007-06-24 Thread Gregory John Casamento
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 [EMAIL PROTECTED] To:

Re: Button Cell Images

2007-06-24 Thread Christopher Armstrong
Hi Gregory John Casamento wrote: 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. OK then. From what I can work out, something like it is necessary

Re: Button Cell Images

2007-06-24 Thread Richard Frith-Macdonald
On 24 Jun 2007, at 08:34, Christopher Armstrong wrote: Hi I think I've written on this before, but I don't remember getting a reply so I'll try again. I want to put some images into a theme bundle that are to be used as button images for radio buttons and switch buttons. It appears the