Enumeration

GtkCellRendererState

Declaration

flags Gtk.CellRendererState

Description [src]

Tells how a cell is to be rendered.

Members

GTK_CELL_RENDERER_SELECTED

The cell is currently selected, and probably has a selection colored background to render to.

  • Value: 1
  • Available since: 3.0
GTK_CELL_RENDERER_PRELIT

The mouse is hovering over the cell.

  • Value: 2
  • Available since: 3.0
GTK_CELL_RENDERER_INSENSITIVE

The cell is drawn in an insensitive manner.

  • Value: 4
  • Available since: 3.0
GTK_CELL_RENDERER_SORTED

The cell is in a sorted row.

  • Value: 8
  • Available since: 3.0
GTK_CELL_RENDERER_FOCUSED

The cell is in the focus row.

  • Value: 16
  • Available since: 3.0
GTK_CELL_RENDERER_EXPANDABLE

The cell is in a row that can be expanded. Since 3.4

  • Value: 32
  • Available since: 3.0
GTK_CELL_RENDERER_EXPANDED

The cell is in a row that is expanded. Since 3.4

  • Value: 64
  • Available since: 3.0