org.gnu.gtk

Class CellRendererPixbuf.Attribute

public static class CellRendererPixbuf.Attribute extends CellRenderer.Attribute

Deprecated: Superceeded by java-gnome 4.0; a method along these lines may well exist in the new bindings, but if it does it likely has a different name or signature due to the shift to an algorithmic mapping of the underlying native libraries.

Attributes for the CellRenderer
Field Summary
static CellRendererPixbuf.AttributePIXBUF
The pixbuf to render.
static CellRendererPixbuf.AttributePIXBUF_EXPANDER_CLOSED
Pixbuf for closed expander.
static CellRendererPixbuf.AttributePIXBUF_EXPANDER_OPEN
Pixbuf for open expander.
static CellRendererPixbuf.AttributeSTOCK_ID
The stock icon to render.
static CellRendererPixbuf.AttributeSTOCK_SIZE
The size of the rendered icon.

Field Detail

PIXBUF

public static final CellRendererPixbuf.Attribute PIXBUF
The pixbuf to render.

PIXBUF_EXPANDER_CLOSED

public static final CellRendererPixbuf.Attribute PIXBUF_EXPANDER_CLOSED
Pixbuf for closed expander.

PIXBUF_EXPANDER_OPEN

public static final CellRendererPixbuf.Attribute PIXBUF_EXPANDER_OPEN
Pixbuf for open expander.

STOCK_ID

public static final CellRendererPixbuf.Attribute STOCK_ID
The stock icon to render.

STOCK_SIZE

public static final CellRendererPixbuf.Attribute STOCK_SIZE
The size of the rendered icon.