gtk.editable_mixin

Module for Editable interface mixin

Public Imports

gtk.editable_iface_proxy
public import gtk.editable_iface_proxy;
Undocumented in source.
gid.gid
public import gid.gid;
Undocumented in source.
gobject.dclosure
public import gobject.dclosure;
Undocumented in source.
gobject.gid_builder
public import gobject.gid_builder;
Undocumented in source.
gtk.c.functions
public import gtk.c.functions;
Undocumented in source.
gtk.c.types
public import gtk.c.types;
Undocumented in source.
gtk.types
public import gtk.types;
Undocumented in source.

Members

Templates

EditableGidBuilderT
template EditableGidBuilderT()

Fluent builder implementation template for gtk.editable.Editable

EditableT
template EditableT()

The #GtkEditable interface is an interface which should be implemented by text editing widgets, such as #GtkEntry and #GtkSpinButton. 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.