gtk.editable

Module for Editable interface

Public Imports

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

Members

Interfaces

Editable
interface Editable

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.

EditableGidBuilderImpl
interface EditableGidBuilderImpl(T)

Fluent builder implementation template for gtk.editable.Editable