public class CellRendererPixbuf extends CellRenderer
DataColumnPixbuf
in your
TreeModel, or from a DataColumn of type DataColumnStock
.Constructor and Description |
---|
CellRendererPixbuf(CellLayout vertical)
Construct a new CellRendererPixbuf.
|
Modifier and Type | Method and Description |
---|---|
void |
setIcon(DataColumnIcon column)
Indicate the DataColumn containing a named Icon which you want to have
this CellRendererPixbuf render as an image.
|
void |
setPixbuf(DataColumnPixbuf column)
Indicate the DataColumn containing the Pixbuf to render as an image.
|
void |
setStock(DataColumnStock column)
Indicate the DataColumn containing a Stock icon which you want to have
this CellRendererPixbuf render as an image.
|
setAlignment, setBackground, setBackground, setVisible, setWidth
public CellRendererPixbuf(CellLayout vertical)
public void setIcon(DataColumnIcon column)
public void setPixbuf(DataColumnPixbuf column)
public void setStock(DataColumnStock column)