Package: gtk

Accessor gtk:menu-child-right-attach

Lambda List

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

Syntax

(gtk:menu-child-right-attach container child) => attach
(setf (gtk:menu-child-right-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 right-attach child property of the gtk:menu class. The column number to attach the right side of the child to.
 

See also

#2023-3-21