Learn R Programming

RGtk2 (version 2.8.8)

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 GtkEntry, GtkComboBox, GtkSpinButton and GtkComboBoxEntry.

Detailed Description

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

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkCellEditable.html