Method
GtkCellAreaactivate
deprecated: 4.10
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.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
context- 
            
Type:
GtkCellAreaContextThe
GtkCellAreaContext in context with the current row data.The data is owned by the caller of the method.  widget- 
            
Type:
GtkWidgetThe
GtkWidgetthatareais rendering on.The data is owned by the caller of the method.  cell_area- 
            
Type:
GdkRectangleThe size and location of
arearelative towidget’s allocation.The data is owned by the caller of the method.  flags- 
            
Type:
GtkCellRendererStateThe
GtkCellRendererState flags forareafor this row of data. edit_only- 
            
Type:
gbooleanIf
TRUEthen only cell renderers that areGTK_CELL_RENDERER_MODE_EDITABLEwill be activated.