Method
GtkCellAreaactivate_cell
deprecated: 4.10
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.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
- widget
- 
            Type: GtkWidgetThe GtkWidgetthatareais rendering onto.The data is owned by the caller of the method. 
- renderer
- 
            Type: GtkCellRendererThe GtkCellRendererinareato activate.The data is owned by the caller of the method. 
- event
- 
            Type: GdkEventThe GdkEventfor which cell activation should occur.The data is owned by the caller of the method. 
- cell_area
- 
            Type: GdkRectangleThe GdkRectangleinwidgetrelative coordinates ofrendererfor the current row.The data is owned by the caller of the method. 
- flags
- 
            Type: GtkCellRendererStateThe GtkCellRendererState forrenderer.