Method
GtkCellAreaactivate
Declaration [src]
gboolean
gtk_cell_area_activate (
  GtkCellArea* area,
  GtkCellAreaContext* context,
  GtkWidget* widget,
  const GdkRectangle* cell_area,
  GtkCellRendererState flags,
  gboolean edit_only
)
Description [src]
Activates area, usually by activating the currently focused
cell, however some subclasses which embed widgets in the area
can also activate a widget if it currently has the focus.
Parameters
| context | GtkCellAreaContext | 
| The  | |
| The data is owned by the caller of the function. | |
| widget | GtkWidget | 
| The  | |
| The data is owned by the caller of the function. | |
| cell_area | const GdkRectangle* | 
| The size and location of  | |
| The data is owned by the caller of the function. | |
| flags | GtkCellRendererState | 
| The  | |
| edit_only | gboolean | 
| If  |