documentation
authorClaus Gittinger <cg@exept.de>
Thu, 15 Nov 2001 22:04:35 +0100
changeset 2469 da097548025a
parent 2468 abb90d63faf2
child 2470 240b6d2d5511
documentation
InfoBox.st
WarningBox.st
--- a/InfoBox.st	Thu Nov 15 22:03:22 2001 +0100
+++ b/InfoBox.st	Thu Nov 15 22:04:35 2001 +0100
@@ -76,6 +76,18 @@
 
 examples
 "
+    Notice, the preferred use is via the DialogBox class messages,
+    such as 
+                                                                        [exBegin]
+        Dialog information:'Time to go home'
+                                                                        [exEnd]
+    these (DialogBox) mesages are compatible with VW and should therefore
+    be used for portability.
+
+    Direct use of InfoBox is only required for highly specialized boxes.
+
+
+
     InfoBoxes are created with:
 
         aBox := InfoBox title:'some title'.
@@ -371,5 +383,5 @@
 !InfoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.37 2001-05-17 12:17:40 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/InfoBox.st,v 1.38 2001-11-15 21:04:35 cg Exp $'
 ! !
--- a/WarningBox.st	Thu Nov 15 22:03:22 2001 +0100
+++ b/WarningBox.st	Thu Nov 15 22:04:35 2001 +0100
@@ -86,7 +86,7 @@
     Notice, the preferred use is via the DialogBox class messages,
     such as 
                                                                         [exBegin]
-        Dialog warn:'Coffee or tee ?'
+        Dialog warn:'Attention !!'
                                                                         [exEnd]
     these (DialogBox) mesages are compatible with VW and should therefore
     be used for portability.
@@ -221,5 +221,5 @@
 !WarningBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.29 2001-11-15 21:03:22 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/WarningBox.st,v 1.30 2001-11-15 21:03:50 cg Exp $'
 ! !