Package: gtk

Accessor gtk:constraint-target

Lambda List

gtk:constraint-target (object)

Syntax

(gtk:constraint-target object) => target
(setf (gtk:constraint-target object) target)

Arguments

object -- a gtk:constraint object
source -- a gtk:constraint-target object

Details

Accessor of the target slot of the gtk:constraint class. The gtk:constraint-target function retrieves the gtk:constraint-target value used as the target for the constraint. If the target property is set to nil, the constraint will use the gtk:constraint-layout object of the widget.
 

See also

2024-4-23