Back to Seed Clases

Gtk


Classes

Interfaces

Structs

Unions

Enums

Interface Gtk.CellEditable

Import line: Gtk = imports.gi.Gtk;
GIR File: Gtk-3.0.gir
C documentation: GtkCellEditable
Interface : CellEditable
Implementations: GWeather.LocationEntry, GWeather.TimezoneMenu, Gtk.AppChooserButton, Gtk.ComboBox, Gtk.ComboBoxText, Gtk.Entry, Gtk.SpinButton
The GtkCellEditable interface must be implemented for widgets to be usable
when editing the contents of a GtkTreeView cell.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
Events - usage syntax: this.signals.EVENTNAME.connect( Function )
Event Defined By
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Gtk.CellArea
Property
edit_widget : Gtk.CellEditable read only
The widget currently editing the edited cell
This property is read-only and only changes as
a result of a call gtk_cell_area_activate_cell().
Gtk.CellArea
Signal
remove_editable (CellArea self, CellRenderer renderer, CellEditable editable) : none
Indicates that editing finished on renderer and that editable
should be removed from the owning cell-layouting widget.
Gtk.CellArea
Method
get_edit_widget () : Gtk.CellEditable
Gets the GtkCellEditable widget currently used
to edit the currently edited cell.
Gtk.CellRenderer
Signal
editing_started (CellRenderer self, CellEditable editable, String path) : none
This signal gets emitted when a cell starts to be edited.
Gtk.CellRenderer
Method
start_editing (Event event, Widget widget, String path, RectangleInt background_area, RectangleInt cell_area, CellRendererState flags) : Gtk.CellEditable
Passes an activate event to the cell renderer for possible processing.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:14:40 GMT+0800 (HKT)