gtk.CellEditableT

Undocumented in source.

Public Imports

gdk.Event
public import gdk.Event;
gobject.Signals
public import gobject.Signals;
gtk.c.functions
public import gtk.c.functions;
gtk.c.types
public import gtk.c.types;
gtkc.gtktypes
public import gtkc.gtktypes;
std.algorithm
public import std.algorithm;

Members

Templates

CellEditableT
template CellEditableT(TStruct)

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