Gimp.Procedure.prototype.get_icon_pixbuf
function get_icon_pixbuf(): GdkPixbuf.Pixbuf {
// Gjs wrapper for gimp_procedure_get_icon_pixbuf()
}
Gets the GdkPixbuf.Pixbuf of the icon if an icon was set this way for procedure.
Since 3.0
- Returns
the icon pixbuf or null if no icon name was set.