Top | ![]() |
![]() |
![]() |
![]() |
void | gtk_cell_editable_start_editing () |
void | gtk_cell_editable_editing_done () |
void | gtk_cell_editable_remove_widget () |
The GtkCellEditable interface must be implemented for widgets to be usable when editing the contents of a GtkTreeView cell.
void gtk_cell_editable_start_editing (GtkCellEditable *cell_editable
,GdkEvent *event
);
Begins editing on a cell_editable
. event
is the GdkEvent that began
the editing process. It may be NULL
, in the instance that editing was
initiated through programatic means.
void
gtk_cell_editable_editing_done (GtkCellEditable *cell_editable
);
Emits the “editing-done” signal.
void
gtk_cell_editable_remove_widget (GtkCellEditable *cell_editable
);
Emits the “remove-widget” signal.