Package: gtk

Accessor gtk:menu-child-left-attach

Lambda List

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

Syntax

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

Arguments

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

Details

Accessor of the left-attach child property of the gtk:menu class. The column number to attach the left side of the child to.
 

See also

#2023-3-21