|
java-gnome version 4.1.2 | ||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Objectorg.freedesktop.bindings.Pointer
org.freedesktop.bindings.Proxy
org.gnome.glib.Object
org.gnome.gtk.CellRenderer
org.gnome.gtk.CellRendererPixbuf
public class CellRendererPixbuf
Display an image in a TreeView. The image data is sourced either from a
DataColumn of type DataColumnPixbuf
in your
TreeModel, or from a DataColumn of type DataColumnStock
.
Constructor Summary | |
---|---|
CellRendererPixbuf(CellLayout vertical)
Construct a new CellRendererPixbuf. |
Method Summary | |
---|---|
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. |
Methods inherited from class org.gnome.gtk.CellRenderer |
---|
setAlignment, setBackground, setBackground, setVisible, setWidth |
Methods inherited from class org.freedesktop.bindings.Pointer |
---|
toString |
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CellRendererPixbuf(CellLayout vertical)
Method Detail |
---|
public void setIcon(DataColumnIcon column)
public void setPixbuf(DataColumnPixbuf column)
public void setStock(DataColumnStock column)
|
![]() java-gnome |
||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |