org.gnu.gtk
Class CellRendererPixbuf.Attribute

java.lang.Object
  extended by org.gnu.gtk.CellRendererAttribute
      extended by org.gnu.gtk.CellRenderer.Attribute
          extended by org.gnu.gtk.CellRendererPixbuf.Attribute
Enclosing class:
CellRendererPixbuf

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.

public static class CellRendererPixbuf.Attribute
extends CellRenderer.Attribute

Attributes for the CellRenderer


Field Summary
static CellRendererPixbuf.Attribute PIXBUF
          Deprecated. The pixbuf to render.
static CellRendererPixbuf.Attribute PIXBUF_EXPANDER_CLOSED
          Deprecated. Pixbuf for closed expander.
static CellRendererPixbuf.Attribute PIXBUF_EXPANDER_OPEN
          Deprecated. Pixbuf for open expander.
static CellRendererPixbuf.Attribute STOCK_ID
          Deprecated. The stock icon to render.
static CellRendererPixbuf.Attribute STOCK_SIZE
          Deprecated. The size of the rendered icon.
 
Fields inherited from class org.gnu.gtk.CellRenderer.Attribute
CELL_BACKGROUND, CELL_BACKGROUND_GDK, CELL_BACKGROUND_SET, HEIGHT, IS_EXPANDED, IS_EXPANDER, MODE, SENSITIVE, VISIBLE, WIDTH, XALIGN, XPAD, YALIGN, YPAD
 
Method Summary
 
Methods inherited from class org.gnu.gtk.CellRendererAttribute
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PIXBUF

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


PIXBUF_EXPANDER_OPEN

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


PIXBUF_EXPANDER_CLOSED

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


STOCK_ID

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


STOCK_SIZE

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