[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
looking for initargs of make-instance
- Subject: looking for initargs of make-instance
- From: vogt@netcom.com (Christopher J. Vogt)
- Date: Sun, 4 Jul 1993 05:00:28 GMT
I'm trying to write a function that will list all of the initargs
that are available when I do a make-instance, and I don't seem to be
able to find them all, maybe it isn't possible?
I look at all the slots for all the inhereted classes, and those that
allow init-args I list. I also look for the initialize-instance,
ccl::instance-initialize, make-instance, and shared-initialize methods,
and grab they keyword arguments.
In the example of (make-instance 'window) I find most of the initargs
that are available, but not all of them, I don't find:
:WINDOW-TITLE, :WINDOW-LAYER, :COLOR-P, :PROCOID, and :CLOSE-BOX-P.
Is what I'm trying to do possible? If so, where should I look that
I am not?
--
Christopher J. Vogt vogt@netcom.COM
From: El Eh, CA