Extracted from Pike v7.8 release 866 at 2016-11-06.
pike.ida.liu.se
[Top]
GTK2
GTK2.CellRenderer

Method GTK2.CellRenderer()->stop_editing()


Method stop_editing

GTK2.CellRenderer stop_editing(int canceled)

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 W(CellEditable).