java-gnome version 4.0.19

org.gnome.gtk
Class DataColumnPixbuf

Object
  extended by org.gnome.gtk.DataColumn
      extended by org.gnome.gtk.DataColumnPixbuf

public final class DataColumnPixbuf
extends DataColumn

A column containing image data in a TreeModel. See DataColumn for the full discussion of the role of how to employ these. This column type is used to drive display of images in TreeViews using CellRendererPixbufs.

Since:
4.0.5
Author:
Andrew Cowie

Constructor Summary
DataColumnPixbuf()
           
 
Method Summary
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataColumnPixbuf

public DataColumnPixbuf()


java-gnome