[Openmcl-devel] [Q] Setting ObjC objects properties
Didier Verna
didier at lrde.epita.fr
Thu Jun 26 09:02:56 PDT 2008
Hello,
I want to replicate this piece of code:
rootLayer = [CALayer layer];
rootLayer.layoutManager = [CAConstraintLayoutManager layoutManager];
The Apple doc says that layoutManager is a property of a CALayer, as in
@property (retain) id layoutManager. I don't know what that means, but
how do I set it in lisp ? I tried setf'inf a slot-value but that doesn't
work.
Thanks.
--
5th European Lisp Workshop at ECOOP 2008, July 7:
http://elw.bknr.net/2008/
Didier Verna, didier at lrde.epita.fr, http://www.lrde.epita.fr/~didier
EPITA / LRDE, 14-16 rue Voltaire Tel.+33 (0)1 44 08 01 85
94276 Le Kremlin-Bicêtre, France Fax.+33 (0)1 53 14 59 22 didier at xemacs.org
More information about the Openmcl-devel
mailing list