gtk.cell_editable

Module for CellEditable interface

Public Imports

gtk.cell_editable_iface_proxy
public import gtk.cell_editable_iface_proxy;
Undocumented in source.

Members

Interfaces

CellEditable
interface CellEditable

The #GtkCellEditable interface must be implemented for widgets to be usable to edit the contents of a #GtkTreeView cell. It provides a way to specify how temporary widgets should be configured for editing, get the new value, etc.

CellEditableGidBuilderImpl
interface CellEditableGidBuilderImpl(T)

Fluent builder implementation template for gtk.cell_editable.CellEditable