gtk.EditableT

Undocumented in source.

Public Imports

glib.Str
public import glib.Str;
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

EditableT
template EditableT(TStruct)

The GtkEditable interface is an interface which should be implemented by text editing widgets, such as gtk.Entry and gtk.SpinButton It contains functions for generically manipulating an editable widget, a large number of action signals used for key bindings, and several signals that an application can connect to to modify the behavior of a widget.