Package: gtk

Accessor gtk:cell-renderer-pixbuf-icon-name

Lambda List

gtk:cell-renderer-pixbuf-icon-name (object)

Syntax

(gtk:cell-renderer-pixbuf-icon-name object) => name
(setf (gtk:cell-renderer-pixbuf-icon-name object) name)

Arguments

object -- a gtk:cell-renderer-pixbuf object
name -- a string with the name of the themed icon to display

Details

Accessor of the icon-name slot of the gtk:cell-renderer-pixbuf class. The name of the themed icon to display. This property only has an effect if not overridden by the pixbuf property.

Warning

The gtk:cell-renderer-pixbuf implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-5-16