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 |
GtkCellRenderer |
The |
|
The data is owned by the caller of the function. | |
editable |
GtkCellEditable |
The |
|
The data is owned by the caller of the function. | |
cell_area |
GdkRectangle |
The |
|
The data is owned by the caller of the function. | |
path |
gchar* |
The |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |