gtkCellRendererEditingCanceled {RGtk2} | R Documentation |
Causes the cell renderer to emit the "editing-canceled" signal. This
function is for use only by implementations of cell renderers that need to
notify the client program that an editing process was canceled and the
changes were not committed.
WARNING: gtk_cell_renderer_editing_canceled
is deprecated and should not be used in newly-written code. Use gtkCellRendererStopEditing
instead
gtkCellRendererEditingCanceled(object)
|
[GtkCellRenderer ] A GtkCellRenderer |
Since 2.4
Derived by RGtkGen from GTK+ documentation