Method
Gtk.CellArea.activate_cell
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.
Parameters
widget |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
renderer |
GtkCellRenderer |
the |
|
Ownership is not transferred to the callee | |
event |
GdkEvent* |
the |
|
Ownership is not transferred to the callee | |
cell_area |
const GdkRectangle* |
the |
|
Ownership is not transferred to the callee | |
flags |
GtkCellRendererState |
the |