[Openmcl-devel] Access class constants in ObjC

Gary Byers gb at clozure.com
Sat Feb 2 18:29:03 PST 2008


NSNibOwner is a variable; you can use the #& reader macro to access
the values of foreign variables:


? #&NSNibOwner
#<NS-MUTABLE-STRING "NSOwner" (#x7FFF707007A8)>


On Sat, 2 Feb 2008, Osei Poku wrote:

> Hi,
>
> How do you get constants from classes in lisp?
>
> ie how do you get access to
> (NSString *) NSNibOwner in the NSNib class.
> Osei
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
>



More information about the Openmcl-devel mailing list