Method
GtkCellAreaactivate_cell
Declaration [src]
gboolean
gtk_cell_area_activate_cell (
  GtkCellArea* area,
  GtkWidget* widget,
  GtkCellRenderer* renderer,
  GdkEvent* event,
  const GdkRectangle* cell_area,
  GtkCellRendererState flags
)
Description [src]
This is used by GtkCellArea subclasses when handling events
to activate cells, the base GtkCellArea class activates cells
for keyboard events for free in its own GtkCellArea->activate() implementation.
Parameters
| widget | GtkWidget | 
| The  | |
| The data is owned by the caller of the function. | |
| renderer | GtkCellRenderer | 
| The  | |
| The data is owned by the caller of the function. | |
| event | GdkEvent | 
| The  | |
| The data is owned by the caller of the function. | |
| cell_area | GdkRectangle | 
| The  | |
| The data is owned by the caller of the function. | |
| flags | GtkCellRendererState | 
| The  |