| GtkCellEditable {RGtk2} | R Documentation |
Interface for widgets which can are used for editing cells
gtkCellEditableStartEditing(object, event = NULL)
gtkCellEditableEditingDone(object)
gtkCellEditableRemoveWidget(object)
GInterface +----GtkCellEditable
GtkCellEditable is implemented by
GtkEntry, GtkComboBox, GtkSpinButton and GtkComboBoxEntry.
The GtkCellEditable interface must be implemented for widgets
to be usable when editing the contents of a GtkTreeView cell.
GtkCellEditable
editing-done(cell.editable, user.data)cell.editable.
Implementations of GtkCellEditable are responsible for
emitting this signal when they are done editing, e.g.
GtkEntry is emitting it when the user presses Enter.
gtkCellEditableEditingDone is a convenience method
for emitting ::editing-done.
cell.editableGtkCellEditable] the object on which the signal was emitteduser.data
remove-widget(cell.editable, user.data)
Implementations of GtkCellEditable are responsible for
emitting this signal when they are done editing. It must
be emitted after the gtkCellEditableEditingDone signal,
to give the cell renderer a chance to update the cell's value
before the widget is removed.
gtkCellEditableRemoveWidget is a convenience method
for emitting ::remove-widget.
cell.editableGtkCellEditable] the object on which the signal was emitteduser.data
Derived by RGtkGen from GTK+ documentation
http://developer.gnome.org/doc/API/2.0/gtk/GtkCellEditable.html