Interface

Adw-1AdwCssClassBindingConstructorProps

interface ConstructorProps {
    flags: GObject.BindingFlags;
    source: GObject.Object;
    source_property: string;
    sourceProperty: string;
    target: Gtk.Widget;
    target_css_class: string;
    targetCssClass: string;
}

Hierarchy (View Summary)

Index
source: GObject.Object
source_property: string
sourceProperty: string
target: Gtk.Widget
target_css_class: string
targetCssClass: string