java-gnome version 4.0.19

org.gnome.gtk
Class DataColumnIcon

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

public final class DataColumnIcon
extends DataColumn

A column representing a named Icon in a TreeModel. See DataColumn for the full discussion of the role of how to employ these. This column type is primarily used as an alternate way to supply an image to be rendered in a TreeView using CellRendererPixbuf.

Since:
4.0.17
Author:
Vreixo Formoso, Andrew Cowie
See Also:
DataColumnStock

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

Constructor Detail

DataColumnIcon

public DataColumnIcon()


java-gnome