Interface

Gtk-3.0GtkStatusIconConstructorProps

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

Hierarchy (View Summary)

Index

Properties

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