[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: specializing menu-item



                       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.