[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Pop Up menus in 2.0b1
- To: cartier@mipsmath.math.uqam.ca (Guillaume Cartier)
- Subject: Re: Pop Up menus in 2.0b1
- From: Bill St. Clair <bill>
- Date: Sat, 22 Jun 91 14:11:28 -0400
- Cc: info-macl@cambridge.apple.com (Macintosh Allegro Common Lisp)
- In-reply-to: Your message of Fri, 21 Jun 91 10:18:14 -0400. <9106211418.AA12284@mipsmath>
From: cartier@mipsmath.math.uqam.ca (Guillaume Cartier)
Subject: Pop Up menus in 2.0b1
To: info-macl@cambridge.apple.com (Macintosh Allegro Common Lisp)
Date: Fri, 21 Jun 91 10:18:14 EDT
X-Mailer: ELM [version 2.2 PL14]
The file implementing pop-up menus is not there anymore because
pop-up menus are built-in!!!
Simply do (make-instance 'pop-up-menu ...)
--
Guillaume Cartier
cartier@math.uqam.ca
LACIM, Universite du Quebec a Montreal.
Pop-up menus are indeed built in as they're used by the inspector.
The source is provided as well (and will be compiled and loaded by the
Interface Toolkit due to an oversight on our part). It is in the file
"library;pop-up-menu.lisp".