All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

NextPrevUpTopContentsIndex

popup-menu-button

Class
Summary

A button with a popup menu.

Package

capi

 
Superclasses

simple-pane
item

Initargs

:menu

A menu or nil.

:menu-function

A function designator or nil.

Accessors

popup-menu-button-menu
popup-menu-button-menu-function

Description

The class popup-menu-button provides a button with a popup menu, which is displayed when the user clicks on the button.

If menu-function is non-nil, it should be function of one argument (the pane) and should return a menu object. Otherwise, menu should be a menu object.

popup-menu-button inherits from item, so you can supply text , data and so on.

Note

Do not use popup-menu-button inside toolbars. Use toolbar-button instead.

Example
(example-edit-file "capi/elements/popup-menu-button")
See also

menu
toolbar-button


CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017

NextPrevUpTopContentsIndex