Gtk.CellRendererPixbuf.new

function new():Gtk.CellRenderer {
    // Gjs wrapper for gtk_cell_renderer_pixbuf_new()
}

Creates a new Gtk.CellRendererPixbuf. Adjust rendering parameters using object properties. Object properties can be set globally (with GObject.set). Also, with Gtk.TreeViewColumn, you can bind a property to a value in a Gtk.TreeModel. For example, you can bind the "pixbuf" property on the cell renderer to a pixbuf value in the model, thus rendering a different image in each row of the Gtk.TreeView.

Returns

the new cell renderer