Virtual Method
Gtk.CellArea.activate
Declaration [src]
gboolean
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.
Parameters
context |
GtkCellAreaContext |
the |
|
Ownership is not transferred to the callee | |
widget |
GtkWidget |
the |
|
Ownership is not transferred to the callee | |
cell_area |
const GdkRectangle* |
the size and location of |
|
Ownership is not transferred to the callee | |
flags |
GtkCellRendererState |
the |
|
edit_only |
gboolean |
if |