ImplementInterface

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

Base is the Gtk struct for the base class, and Iface is the Gtk Iface struct for the interface.

In your constructor you will need to instantiate the Gtk class by calling the ObjectG costructor: super(getType(), null);

If you are using ImplementInterface in conjunction with ImplementClass you will need to mixin ImplementClass before mixing in any interfaces.

mixin template ImplementInterface (
Base
Iface
)

Meta