[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Status of ivar Key-Value Coding
From: |
Richard Frith-Macdonald |
Subject: |
Re: Status of ivar Key-Value Coding |
Date: |
Sun, 25 Jul 2004 16:48:07 +0100 |
On 25 Jul 2004, at 13:59, Peter Ammon wrote:
I read that GNUstep does not yet have ivar KVC. Is there an ETA for
this feature? How difficult would it be to write a very basic
implementation of setValue:forKey: on NSObject that only supports
object types and does not handle undefined keys? (I'm not familiar
enough with the GNU ObjC runtime to know if it would require changes.)
KVC has been in GNUstep for some years.
The setValue:forKey: method introduced by Apple in MacOS-X 10.3
(Panther) was added to the base library in January this year.