Interface

Gtk-4.0GtkSvgConstructorProps

interface ConstructorProps {
    features: Gtk.SvgFeatures;
    overflow: Gtk.Overflow;
    playing: boolean;
    resource: string;
    state: number;
    weight: number;
}

Hierarchy (View Summary)

Index

Properties

features: Gtk.SvgFeatures
overflow: Gtk.Overflow
playing: boolean
resource: string
state: number
weight: number