Gtk.StatusIcon.new_from_pixbuf

function new_from_pixbuf(pixbuf:GdkPixbuf.Pixbuf):Gtk.StatusIcon {
    // Gjs wrapper for gtk_status_icon_new_from_pixbuf()
}

Creates a status icon displaying pixbuf.

The image will be scaled down to fit in the available space in the notification area, if necessary.

Since 2.10

pixbuf

a GdkPixbuf.Pixbuf

Returns

a new Gtk.StatusIcon