CellEditableT

The #GtkCellEditable interface must be implemented for widgets to be usable when editing the contents of a #GtkTreeView cell.

Members

Classes

OnEditingDoneDelegateWrapper
class OnEditingDoneDelegateWrapper
Undocumented in source.
OnRemoveWidgetDelegateWrapper
class OnRemoveWidgetDelegateWrapper
Undocumented in source.

Functions

addOnEditingDone
gulong addOnEditingDone(void delegate(CellEditableIF) dlg, ConnectFlags connectFlags)

This signal is a sign for the cell renderer to update its value from the @cell_editable.

addOnRemoveWidget
gulong addOnRemoveWidget(void delegate(CellEditableIF) dlg, ConnectFlags connectFlags)

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

editingDone
void editingDone()

Emits the #GtkCellEditable::editing-done signal.

getCellEditableStruct
GtkCellEditable* getCellEditableStruct(bool transferOwnership)

Get the main Gtk struct

removeWidget
void removeWidget()

Emits the #GtkCellEditable::remove-widget signal.

startEditing
void startEditing(Event 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.

Static functions

callBackEditingDone
void callBackEditingDone(GtkCellEditable* celleditableStruct, OnEditingDoneDelegateWrapper wrapper)
Undocumented in source. Be warned that the author may not have intended to support it.
callBackEditingDoneDestroy
void callBackEditingDoneDestroy(OnEditingDoneDelegateWrapper wrapper, GClosure* closure)
Undocumented in source. Be warned that the author may not have intended to support it.
callBackRemoveWidget
void callBackRemoveWidget(GtkCellEditable* celleditableStruct, OnRemoveWidgetDelegateWrapper wrapper)
Undocumented in source. Be warned that the author may not have intended to support it.
callBackRemoveWidgetDestroy
void callBackRemoveWidgetDestroy(OnRemoveWidgetDelegateWrapper wrapper, GClosure* closure)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

onEditingDoneListeners
OnEditingDoneDelegateWrapper[] onEditingDoneListeners;
Undocumented in source.
onRemoveWidgetListeners
OnRemoveWidgetDelegateWrapper[] onRemoveWidgetListeners;
Undocumented in source.

Meta