gtk.CellRendererPixbuf

Undocumented in source.

Public Imports

gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;

Members

Classes

CellRendererPixbuf
class CellRendererPixbuf

A gtk.CellRendererPixbuf can be used to render an image in a cell. It allows to render either a given gdk.Pixbuf (set via the pixbuf property) or a named icon (set via the icon-name property).