GtkCellType
GtkCellType is deprecated and should not be used in newly-written code.
Identifies the type of element in the current cell of the GtkCList. Cells can contain text, pixmaps, or both. Unfortunately support for GTK_CELL_WIDGET was never completed.
Value | Symbolic name | Description |
| Â Â 0 | Gtk::CELL_EMPTY | |
| Â Â 1 | Gtk::CELL_RENDERER_SELECTED | |
| Â Â 2 | Gtk::CELL_RENDERER_PRELIT | |
| Â Â 3 | Gtk::CELL_PIXTEXT | |
| Â Â 4 | Gtk::CELL_RENDERER_INSENSITIVE | |
| Â Â 8 | Gtk::CELL_RENDERER_SORTED | |
| Â Â 16 | Gtk::CELL_RENDERER_FOCUSED |