Signal
GtkCellArea::add-editable
since: 3.0
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 |
Available since: 3.0 |
Parameters
renderer
-
Type:
GtkCellRenderer
The
GtkCellRenderer
that started the edited.The data is owned by the caller of the function. editable
-
Type:
GtkCellEditable
The
GtkCellEditable
widget to add.The data is owned by the caller of the function. cell_area
-
Type:
GdkRectangle
The
GtkWidget
relativeGdkRectangle
coordinates whereeditable
should be added. path
-
Type:
gchar*
The
GtkTreePath
string this edit was initiated for.The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.