Interface

GtkConstraintTarget

since: 4.0

Description [src]

interface Gtk.ConstraintTarget : GObject.Object

The GtkConstraintTarget interface is implemented by objects that can be used as source or target in GtkConstraints.

Besides GtkWidget, it is also implemented by GtkConstraintGuide.

Available since: 4.0

Prerequisite

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

Implementations

Interface structure

struct GtkConstraintTargetInterface {
  /* no available fields */
}
No description available.