home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!charon.amdahl.com!pacbell.com!sgiblab!sdd.hp.com!elroy.jpl.nasa.gov!ames!data.nas.nasa.gov!taligent!apple!cambridge.apple.com!language@skdad.usask.ca
- From: language@skdad.usask.ca
- Newsgroups: comp.lang.lisp.mcl
- Subject: Re: Working with pointers
- Message-ID: <9211122008.AA21443@waskesiu.USask.ca>
- Date: 12 Nov 92 20:08:45 GMT
- Sender: info-mcl-request@cambridge.apple.com
- Lines: 5
- Approved: comp.lang.lisp.mcl@Cambridge.Apple.C0M
-
- well, it appears--at first glance, that you should be passing
- make-instance 'icon-dialog-item an icon id rather than a pointer
- as the :icon parameter. note the default value for that slot
- in icon-dialog-item.lisp--it's *note-icon*, or 1, and not a pointer.
- -john
-