add_editable
Description:
[ Version ( since = "3.0" ) ]
public signal void add_editable (CellRenderer renderer, CellEditable editable, Rectangle cell_area, string path)
public signal void add_editable (CellRenderer renderer, CellEditable editable, Rectangle cell_area, string path)
Indicates that editing has started on renderer
and that editable
should be added to the owning cell-layouting widget
at cell_area
.
Parameters:
renderer |
the CellRenderer that started the edited |
editable |
the CellEditable widget to add |
cell_area |
the Widget relative Rectangle
coordinates where |
path |
the TreePath string this edit was initiated for |