Interface

Gtk-4.0GtkIconThemeConstructorProps

interface ConstructorProps {
    display: Gdk.Display | null;
    icon_names: string[];
    iconNames: string[];
    resource_path: string[] | null;
    resourcePath: string[] | null;
    search_path: string[] | null;
    searchPath: string[] | null;
    theme_name: string;
    themeName: string;
}

Hierarchy (View Summary)

Index

Properties

display: Gdk.Display | null
icon_names: string[]
iconNames: string[]
resource_path: string[] | null
resourcePath: string[] | null
search_path: string[] | null
searchPath: string[] | null
theme_name: string
themeName: string