Package: gtk
Class gtk-cell-renderer-pixbuf
Superclassesgtk-cell-renderer, g-object, common-lisp:standard-object, common-lisp:t Documented Subclasses
None
Direct SlotsDetails A gtk-cell-renderer-pixbuf object can be used to render an image in
a cell. It allows to render either a given gdk-pixbuf object, set via the pixbuf property, or a named icon, set via the icon-name
property. To support the tree view, the gtk-cell-renderer-pixbuf object also supports rendering two alternative pixbufs, when the is-expander property is true. If the is-expanded property is true and the pixbuf-expander-open property is set to a pixbuf, it renders that pixbuf, if the is-expanded property is false and the pixbuf-expander-closed property is set to a pixbuf, it renders that one. | Slot Access FunctionsInherited Slot Access FunctionsSee also |
*2021-3-13