Interface

Gtk-4.0GtkConstraintConstructorProps

interface ConstructorProps {
    constant: number;
    multiplier: number;
    relation: Gtk.ConstraintRelation;
    source: Gtk.ConstraintTarget | null;
    source_attribute: Gtk.ConstraintAttribute;
    sourceAttribute: Gtk.ConstraintAttribute;
    strength: number;
    target: Gtk.ConstraintTarget | null;
    target_attribute: Gtk.ConstraintAttribute;
    targetAttribute: Gtk.ConstraintAttribute;
}

Hierarchy (View Summary)

Index

Properties

constant: number
multiplier: number
source: Gtk.ConstraintTarget | null
source_attribute: Gtk.ConstraintAttribute
sourceAttribute: Gtk.ConstraintAttribute
strength: number
target: Gtk.ConstraintTarget | null
target_attribute: Gtk.ConstraintAttribute
targetAttribute: Gtk.ConstraintAttribute