Update docu
authorStefan Vogel <sv@exept.de>
Wed, 07 Aug 2002 12:56:00 +0200
changeset 1589 2c0a2c71d775
parent 1588 34e2502e4891
child 1590 2e5cf57393e7
Update docu
SimpleDialog.st
--- a/SimpleDialog.st	Wed Jul 31 14:05:47 2002 +0200
+++ b/SimpleDialog.st	Wed Aug 07 12:56:00 2002 +0200
@@ -40,24 +40,13 @@
 
 documentation
 "
-    Since many ST-80 classes are subclasses of SompleDialog, this class
-    is provided here to allow easier porting of ST-80 code.
-
-    It does not (currently) provide much functionality and is NOT
-    compatible to the corresponding ST80 class; therefore, manual
-    changes have to be made to get those applications to run under ST/X.
-    (but at least, this enables you to fileIn that code and have a superclass
-     for them)
-
-    However, as time goes by, ST/X applications may be converted to use the
-    ApplicationModel / SimpleDialog framework as well.
+    Use SimpleDialog to specify Dialogs with a windowSpec built by the GUI Builder.
 
     Notice: this class was implemented using protocol information
     from alpha testers and PD code - it may not be complete or compatible to
     the corresponding ST-80 class. If you encounter any incompatibilities,
     please forward a note to the ST/X team.
 
-
     [author:]
         Claus Gittinger
 
@@ -65,7 +54,6 @@
         StandardSystemView
         WindowGroup DeviceWorkstation DialogBox
 "
-
 ! !
 
 !SimpleDialog class methodsFor:'queries'!
@@ -619,5 +607,5 @@
 !SimpleDialog class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.37 2001-12-14 10:56:15 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/SimpleDialog.st,v 1.38 2002-08-07 10:56:00 stefan Exp $'
 ! !