Package: gtk

Accessor gtk:grid-layout-child-column

Lambda List

gtk:grid-layout-child-column (object)

Syntax

(gtk:grid-layout-child-column object) => column
(setf (gtk:grid-layout-child-column object) column)

Arguments

object -- a gtk:grid-layout-child object
column -- an integer with the column to place the child widget in

Details

Accessor of the column slot of the gtk:grid-layout-child class. The gtk:grid-layout-child-column function retrieves the column number to which child attaches its left side. The (setf gtk:grid-layout-child-column) function sets the column number.
 

See also

#2024-4-23