Interface

Gtk-3.0GtkStatusIconConstructorProps

interface ConstructorProps {
    embedded: boolean;
    file: string;
    gicon: Gio.Icon | null;
    has_tooltip: boolean;
    hasTooltip: boolean;
    icon_name: string | null;
    iconName: string | null;
    orientation: Gtk.Orientation;
    pixbuf: GdkPixbuf.Pixbuf | null;
    screen: Gdk.Screen;
    size: number;
    stock: string | null;
    storage_type: Gtk.ImageType;
    storageType: Gtk.ImageType;
    title: string;
    tooltip_markup: string | null;
    tooltip_text: string | null;
    tooltipMarkup: string | null;
    tooltipText: string | null;
    visible: boolean;
}

Hierarchy (View Summary)

Index

Properties

embedded: boolean
file: string
gicon: Gio.Icon | null
has_tooltip: boolean
hasTooltip: boolean
icon_name: string | null
iconName: string | null
orientation: Gtk.Orientation
pixbuf: GdkPixbuf.Pixbuf | null
screen: Gdk.Screen
size: number
stock: string | null
storage_type: Gtk.ImageType
storageType: Gtk.ImageType
title: string
tooltip_markup: string | null
tooltip_text: string | null
tooltipMarkup: string | null
tooltipText: string | null
visible: boolean