[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: specializing menu-item
- To: "Common Lisp" <info-mcl@cambridge.apple.com>
- Subject: Re: specializing menu-item
- From: "Steve Casner" <Steve_Casner@qmgate.arc.nasa.gov>
- Date: 1 Dec 1993 11:32:04 -0800
Subject: Time:11:26 AM
OFFICE MEMO RE> specializing menu-item appe Date:12/1/1993
you can easily change the font, etc. of any menu item by changing the :style
slot that is a part of every menu-item you create:
(setf (slot-value my-menu-item 'style) my-new-font)
the :command-key slot of menu-item will NOT accept keys that use OPT,
CNTRL, and SHFT.