diff dwt/std.d @ 329:92aa2d7391f3

Added 'all.d' package import, a dwt.all for everything and a dwt.std for the essential stuff
author Frank Benoit <benoit@tionex.de>
date Sat, 18 Oct 2008 22:01:20 +0200
parents
children 9df969c69a1e
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dwt/std.d	Sat Oct 18 22:01:20 2008 +0200
@@ -0,0 +1,13 @@
+module dwt.std;
+
+public import dwt.DWT;
+public import dwt.DWTError;
+public import dwt.DWTException;
+public import dwt.dwthelper.utils;
+
+public import dwt.event.all;
+public import dwt.graphics.all;
+public import dwt.layout.all;
+public import dwt.widgets.all;
+
+