gobject.Binding

Undocumented in source.

Public Imports

gobject.c.types
public import gobject.c.types;
gtkc.gobjecttypes
public import gtkc.gobjecttypes;

Members

Classes

Binding
class Binding

gobject.Binding is the representation of a binding between a property on a GObject instance (or source) and another property on another GObject instance (or target). Whenever the source property changes, the same value is applied to the target property; for instance, the following binding: