Method
GtkCellAreaactivate_cell
since: 3.0
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.
Available since: 3.0
Parameters
widget
-
Type:
GtkWidget
The
GtkWidget
thatarea
is rendering onto.The data is owned by the caller of the method. renderer
-
Type:
GtkCellRenderer
The
GtkCellRenderer
inarea
to activate.The data is owned by the caller of the method. event
-
Type:
GdkEvent
The
GdkEvent
for which cell activation should occur.The data is owned by the caller of the method. cell_area
-
Type:
GdkRectangle
The
GdkRectangle
inwidget
relative coordinates ofrenderer
for the current row.The data is owned by the caller of the method. flags
-
Type:
GtkCellRendererState
The
GtkCellRendererState
forrenderer
.