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 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.

Structures

GtkCellEditable
undocumented

Signals

editing-done(celleditable, user.data)

celleditable
[GtkCellEditable] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

remove-widget(celleditable, user.data)

celleditable
[GtkCellEditable] the object which received the signal.
user.data
[R object] user data set when the signal handler was connected.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

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


[Package RGtk2 version 2.8.5 Index]