Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
gtk+-2.0
Gtk
CellEditable
editing_canceled
start_editing
editing_done
remove_widget
CellEditable
Object Hierarchy:
Description:
public
interface
CellEditable
:
Widget
All known implementing classes:
ComboBox
ComboBoxEntry
Entry
SpinButton
Namespace:
Gtk
Package:
gtk+-2.0
Content:
Properties:
public
bool
editing_canceled
{
set
;
get
; }
Indicates whether editing on the cell has been canceled.
Methods:
public
abstract
void
start_editing
(
Event
event)
Begins editing on a
cell_editable
.
event
is the
Event
that began the editing process. It may be
null
, in the instance that editing was initiated through programatic means.
Signals:
public
void
editing_done
()
This signal is a sign for the cell renderer to update its value from the
cell_editable
.
public
void
remove_widget
()
This signal is meant to indicate that the cell is finished editing, and the widget may now be destroyed.