Method
GtkCellAreaget_edit_widget
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.
Gets property | Gtk.CellArea:edit-widget |
Return value
Type: GtkCellEditable
The currently active GtkCellEditable
widget.
The data is owned by the instance. |
The return value can be NULL . |