Method

GtkCellAreaget_edit_widget

since: 3.0

Declaration [src]

GtkCellEditable*
gtk_cell_area_get_edit_widget (
  GtkCellArea* area
)

Description [src]

Gets the GtkCellEditable widget currently used to edit the currently edited cell.

Available since: 3.0

Return value

Type: GtkCellEditable

The currently active GtkCellEditable widget.

The returned data is owned by the instance.