Package: gtk

Accessor gtk:menu-child-bottom-attach

Lambda List

gtk:menu-child-bottom-attach (container child)

Syntax

(gtk:menu-child-bottom-attach container child) => attach
(setf (gtk:menu-child-bottom-attach container child) attach)

Arguments

container -- a gtk:menu widget
child -- a gtk:widget child widget
attach -- an integer with the row number

Details

Accessor of the bottom-attach child property of the gtk:menu class. The row number to attach the bottom of the child to.
 

See also

#2023-3-21