GtkCellEditable {RGtk2}R Documentation

GtkCellEditable

Description

Interface for widgets which can are used for editing cells

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.

Structures

GtkCellEditable

undocumented

Signals

Properties

editing-canceled
[logical : Read / Write]

Indicates whether editing on the cell has been canceled. Default value: FALSE Since 2.20

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.20.21 Index]