Value | Symbolic name | Description | 
|   0 | GTK_CELL_EMPTY | 
   Denotes that a cell of an instance of 
   GtkCList should not contain anything.
   | 
|   1 | GTK_CELL_TEXT | 
   Denotes a cell of an instance of GtkCList should
   contain text.
   | 
|   2 | GTK_CELL_PIXMAP | 
   Denotes a cell of an instance of GtkCList should
   contain a pixel map.
   | 
|   3 | GTK_CELL_PIXTEXT | 
   Denotes a cell of an instance of GtkCList should
   contain text and a pixelmap.
   | 
|   4 | GTK_CELL_WIDGET | 
   Support for a GtkClist containing a widget has not
   been completed in GTK+, therefore it is not currently available in PHP-GTK
   itself.
   |