gtkd.Implement

Undocumented in source.

Members

Mixin templates

ImplementClass
mixintemplate ImplementClass(Class)

This template generates the boilerplate needed to override GTK functions from D.

ImplementInterface
mixintemplate ImplementInterface(Base, Iface)

This template generates the boilerplate needed to implement a GTK interface in D.

Templates

ImplementClassImpl
template ImplementClassImpl(Klass, Impl)
Undocumented in source.
ImplementInterfaceImpl
template ImplementInterfaceImpl(Base, Klass, Impl)
Undocumented in source.
getClass
template getClass(Instance)
Undocumented in source.

Meta