diff README.txt @ 129:18ca5d3c6dfc

Chg to SWT: Allow MessageBox without parent, when instantiated over special ctor.
author Frank Benoit <benoit@tionex.de>
date Wed, 13 Feb 2008 00:56:11 +0100
parents 40c02ead0a2c
children 029d0df3f515
line wrap: on
line diff
--- a/README.txt	Tue Feb 12 21:25:00 2008 +0100
+++ b/README.txt	Wed Feb 13 00:56:11 2008 +0100
@@ -42,6 +42,10 @@
 
 
 
+Changes/Additions to SWT
+========================
+  o MessageBox can be instantiated without parent. Use the Ctor "this( int style )",
+    calling the other ctors will still force a non-null parent.