Method
GtkCellAreaactivate
since: 3.0
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.
Available since: 3.0
Parameters
context
-
Type:
GtkCellAreaContext
The
GtkCellAreaContext
in context with the current row data.The data is owned by the caller of the method. widget
-
Type:
GtkWidget
The
GtkWidget
thatarea
is rendering on.The data is owned by the caller of the method. cell_area
-
Type:
GdkRectangle
The size and location of
area
relative towidget
’s allocation.The data is owned by the caller of the method. flags
-
Type:
GtkCellRendererState
The
GtkCellRendererState
flags forarea
for this row of data. edit_only
-
Type:
gboolean
If
TRUE
then only cell renderers that areGTK_CELL_RENDERER_MODE_EDITABLE
will be activated.