gtkCellRendererStopEditing {RGtk2}R Documentation

gtkCellRendererStopEditing

Description

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.

Usage

gtkCellRendererStopEditing(object, canceled)

Arguments

object [GtkCellRenderer] A GtkCellRenderer
canceled [logical] TRUE if the editing has been canceled

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.8.6 Index]