menu? -- Return #t if and only if OBJ is a menu object.
menu-properties -- Returns the a list of the menu properties of MENU, a menu object.
make-menu -- Make and return a menu object from the given arguments.
set-menu-popup-delay! -- Set MENU's submenu popup delay to POPUP-DELAY.
menu-popup-delay -- Return MENU's submenu popup delay.
set-menu-hover-delay! -- Set MENU's hover delay to HOVER-DELAY.
menu-hover-delay -- Return MENU's hover action delay.
set-menu-look! -- Use MENU-LOOK as the menu-look for MENU.
set-menu-title! -- Use MENU-TITLE as the title for MENU.
set-menu-colors! -- Use TEXT-COLOR and BG-COLOR as the colors for MENU.
set-menu-highlight-colors! -- Use TEXT-COLOR and BG-COLOR as the highlight colors for MENU.
set-menu-highlight-relief! -- If HIGHLIGHT-RELIEF? is #t, then draw a relief on selected items in MENU.
menu-highlight-colors -- Return list text-color, bg-color, the highlight colors for MENU.
menu-highlight-relief? -- Return #t if MENU's selected item is relieved, #f otherwise.
set-menu-font! -- Use FONT as the font for MENU.
set-menu-side-picture! -- Use PICTURE as the side picture for MENU.
set-menu-background-picture! -- Use PICTURE as the background image for MENU.
set-menu-extra-options! -- Set MENU's extra options to OPTIONS.
set-menu-hotkeys-activate-item! -- If ACTIVATE? is #t, let menu hotkeys invoke the item.
menu-hotkeys-activate-item? -- Return #t if hotkeys invoke item, #f if they just select the item.
popup-menu -- Popup MENU, a menu object, and warp to the item WARP-TO-INDEX if it is a number.