Method
GtkCellAreaget_focus_cell
since: 3.0
Declaration [src]
GtkCellRenderer*
gtk_cell_area_get_focus_cell (
GtkCellArea* area
)
Description [src]
Retrieves the currently focused cell for area
.
Available since: 3.0
Gets property | Gtk.CellArea:focus-cell |
Return value
Type: GtkCellRenderer
The currently focused cell in area
.
The returned data is owned by the instance. |