Interface

Gtk-4.0GtkIconPaintableConstructorProps

interface ConstructorProps {
    file: Gio.File | null;
    icon_name: string | null;
    iconName: string | null;
    is_symbolic: boolean;
    isSymbolic: boolean;
    scale: number;
    size: number;
}

Hierarchy (View Summary)

Index

Properties

file: Gio.File | null
icon_name: string | null
iconName: string | null
is_symbolic: boolean
isSymbolic: boolean
scale: number
size: number