Interface

GtkConstraintTarget

Description [src]

interface Gtk.ConstraintTarget : GObject.Object

Makes it possible to use an object as source or target in a GtkConstraint.

Besides GtkWidget, it is also implemented by GtkConstraintGuide.

Prerequisite

In order to implement ConstraintTarget, your type must inherit fromGObject.

Implementations

Interface structure

struct GtkConstraintTargetInterface {
  /* no available fields */
}

No description available.