Method

Gtk.Constraint.get_target

Declaration [src]

GtkConstraintTarget*
gtk_constraint_get_target (
  GtkConstraint* constraint
)

Description [src]

Retrieves the GtkConstraintTarget used as the target for the constraint.

If the targe is set to NULL at creation, the constraint will use the widget using the GtkConstraintLayout as the target.

Gets propertyGtk.Constraint:target

Return value

Returns: GtkConstraintTarget

a GtkConstraintTarget

Ownership is not transferred to the caller
Can be NULL