Interface

Gtk-3.0GtkNumerableIconConstructorProps

interface ConstructorProps {
    background_icon: Gio.Icon;
    background_icon_name: string | null;
    backgroundIcon: Gio.Icon;
    backgroundIconName: string | null;
    count: number;
    gicon: Gio.Icon;
    label: string | null;
    style_context: Gtk.StyleContext | null;
    styleContext: Gtk.StyleContext | null;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Gio.EmblemedIcon.ConstructorProps

Properties

background_icon: Gio.Icon
background_icon_name: string | null
backgroundIcon: Gio.Icon
backgroundIconName: string | null
count: number
label: string | null
style_context: Gtk.StyleContext | null
styleContext: Gtk.StyleContext | null

Properties - Inherited from Gio.EmblemedIcon.ConstructorProps

gicon: Gio.Icon