Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

GtkCellEditable

GtkCellEditable


Description

Interface for widgets which can are used for editing cells

Methods and Functions

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

editing-done(cell.editable, user.data)

This signal is a sign for the cell renderer to update its value from the 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.editable

the object on which the signal was emitted

user.data

user data set when the signal handler was connected.

remove-widget(cell.editable, user.data)

This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed.

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

the object on which the signal was emitted

user.data

user data set when the signal handler was connected.

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


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.