Learn R Programming

RGtk2 (version 2.20.1)

GtkCellEditable: GtkCellEditable

Description

Interface for widgets which can are used for editing cells

Arguments

Methods and Functions

gtkCellEditableStartEditing(object, event = NULL) gtkCellEditableEditingDone(object) gtkCellEditableRemoveWidget(object)

Hierarchy

GInterface +----GtkCellEditable

Implementations

GtkCellEditable is implemented by GtkComboBox, GtkComboBoxEntry, GtkEntry and GtkSpinButton.

Detailed Description

The GtkCellEditable interface must be implemented for widgets to be usable when editing the contents of a GtkTreeView cell.

References

http://library.gnome.org/devel//gtk/GtkCellEditable.html