YesNoBox.st
changeset 3121 8e4d21e008c9
parent 2802 19b141dd52b9
child 3356 4a1ab6d0be69
--- a/YesNoBox.st	Tue Jan 11 16:19:27 2005 +0100
+++ b/YesNoBox.st	Wed Jan 12 12:05:29 2005 +0100
@@ -235,6 +235,10 @@
 
 !YesNoBox methodsFor:'queries'!
 
+beepWhenOpening
+    ^ false
+!
+
 preferredExtent 
     "compute the boxes preferredExtent from the components' sizes"
 
@@ -320,5 +324,5 @@
 !YesNoBox class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.54 2003-09-10 15:13:18 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/YesNoBox.st,v 1.55 2005-01-12 11:05:29 cg Exp $'
 ! !