Package: gtk

Accessor gtk-menu-tool-button-menu

Lambda List

gtk-menu-tool-button-menu (object)

Syntax

(gtk-menu-tool-button-menu object) => menu
(setf (gtk-menu-tool-button-menu object) menu)

Arguments

object -- a gtk-menu-tool-button widget
menu -- the gtk-menu associated with button

Details

Accessor of the menu slot of the gtk-menu-tool-button class.

The slot access function gtk-menu-tool-button-menu gets the menu associated with button. The slot access function (setf gtk-menu-tool-button-menu) sets the menu that is popped up when the user clicks on the arrow.

If menu is nil, the arrow button becomes insensitive.
 

See also

2020-9-5