/**
 * DUI D (graphic) User Interface
 * an implementation through GTK+
 * by Antonio Monteiro.
 * DUI is released is under the LGPL license
 * This file is part of DUI.
 * Send comments and suggestions to duitoolkit@yahoo.ca
 * or preferably to the D news group at digital mars
 * See detailed information at DUI home page
 * http://ca.geocities.com/duitoolkit
 */

module gdk.;

private import dui.DUI;
private import dui.ObjectG;


class  : ObjectG
{

	this(GObject * gObject)
	{
		super(gObject);
	}
}
