connectAddEditable
fun connectAddEditable(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (renderer: CellRenderer, editable: CellEditable, <Error class: unknown class>, path: String) -> Unit): <Error class: unknown class>
Indicates that editing has started on @renderer and that @editable should be added to the owning cell-layouting widget at @cell_area.
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: renderer
the GtkCellRenderer
that started the edited; editable
the GtkCellEditable
widget to add; cellArea
the GtkWidget
relative GdkRectangle
coordinates where @editable should be added; path
the GtkTreePath
string this edit was initiated for