Signal
GtkCellArea::add-editable
Declaration
void
add_editable (
  GtkCellArea* self,
  GtkCellRenderer* renderer,
  GtkCellEditable* editable,
  GdkRectangle* cell_area,
  gchar* path,
  gpointer user_data
)
Description [src]
Indicates that editing has started on renderer and that editable
should be added to the owning cell-layouting widget at cell_area.
| Default handler: The default handler is called before the handlers added via  | 
Parameters
- renderer
- 
            Type: GtkCellRendererThe GtkCellRendererthat started the edited.The data is owned by the caller of the function. 
- editable
- 
            Type: GtkCellEditableThe GtkCellEditablewidget to add.The data is owned by the caller of the function. 
- cell_area
- 
            Type: GdkRectangleThe GtkWidgetrelativeGdkRectanglecoordinates whereeditableshould be added.The data is owned by the caller of the function. 
- path
- 
            Type: gchar*The GtkTreePathstring this edit was initiated for.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.