gtkCellRendererStopEditing {RGtk2} | R Documentation |
Informs the cell renderer that the editing is stopped.
If canceled
is TRUE
, the cell renderer will emit the "editing-canceled"
signal. This function should be called by cell renderer implementations
in response to the "editing-done" signal of GtkCellEditable
.
gtkCellRendererStopEditing(object, canceled)
|
[GtkCellRenderer ] A GtkCellRenderer |
|
[logical] TRUE if the editing has been canceled |
Since 2.6
Derived by RGtkGen from GTK+ documentation