Package: gtk

Accessor gtk:menu-button-child

Lambda List

gtk:menu-button-child (object)

Syntax

(gtk:menu-button-child object) => child
(setf (gtk:menu-button-child object) child)

Arguments

object -- a gtk:menu-button widget
child -- a gtk:widget child widget

Details

Accessor of the child slot of the gtk:menu-button class. The gtk:menu-button-child function gets the child widget. The (setf gtk:menu-button-child) function sets the child widget.

Setting a child widget resets the label and icon-name properties. If the always-show-arrow property is set to true and the direction property is not :none, a dropdown arrow will be shown next to the child widget.

Since 4.6
 

See also

2024-4-20