make-menu

Name

make-menu -- Make and return a menu object from the given arguments.

Synopsis

(make-menu list-of-menuitems bg-color text-color stipple-color font #&optional picture-side side-picture-align side-bg-color picture-bg extra-options)

Description

Make and return a menu object from the given arguments. list-of-menuitems is a non-empty scheme list of menu items -- see make-menuitem; bg-color, text-color and stipple-color are color objects or symbols; font is a font object or symbol; picture-side is an image object to draw on the left side of the menu; side-picture-align is one of 'top, 'center, or 'bottom; side-bg-color is a color object or symbol; picture-bg is an image object; extra-options can be anything understood by the menu-look

Implementation Notes

Module: Built-in Primitive

Defined in src/menu.c at line 237 (CVS log)