YesNoBox.st
changeset 2467 82d16b9ea94d
parent 2428 f800d9ec09a8
child 2567 82c91776eb6d
--- a/YesNoBox.st	Thu Nov 15 22:02:50 2001 +0100
+++ b/YesNoBox.st	Thu Nov 15 22:03:07 2001 +0100
@@ -90,6 +90,18 @@
 
 examples
 "
+    Notice, the preferred use is via the DialogBox class messages,
+    such as 
+                                                                        [exBegin]
+        Dialog confirm:'Coffee ?'
+        Dialog confirmWithCancel:'Coffee ?'
+                                                                        [exEnd]
+    these (DialogBox) mesages are compatible with VW and should therefore
+    be used for portability.
+
+    Direct reference to YesNoBox is only required for highly specialized boxes.
+
+
     Examples:
                                                                         [exBegin]
         |aBox|
@@ -318,5 +330,5 @@
 !YesNoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.47 2001-10-04 17:26:48 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.48 2001-11-15 21:03:07 cg Exp $'
 ! !