class: BrowserView
authorClaus Gittinger <cg@exept.de>
Sat, 31 Jan 2015 14:04:38 +0100
changeset 15135 9457631f0166
parent 15134 a61d928b25b7
child 15136 3899cd488ab4
class: BrowserView comment/format in: #beep
BrowserView.st
--- a/BrowserView.st	Sat Jan 31 13:54:56 2015 +0100
+++ b/BrowserView.st	Sat Jan 31 14:04:38 2015 +0100
@@ -11,6 +11,8 @@
 "
 "{ Package: 'stx:libtool' }"
 
+"{ NameSpace: Smalltalk }"
+
 StandardSystemView subclass:#BrowserView
 	instanceVariableNames:'classCategoryListView classListView methodCategoryListView
 		methodListView classMethodListView codeView classToggle
@@ -11025,6 +11027,8 @@
 !BrowserView methodsFor:'misc'!
 
 beep
+    "output an audible beep or bell on my screen device"
+
     UserPreferences current beepInEditor ifTrue:[                
         super beep
     ]
@@ -14516,7 +14520,7 @@
 !BrowserView class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.864 2014-07-11 00:11:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.865 2015-01-31 13:04:38 cg Exp $'
 ! !