BrowserView.st
changeset 15135 9457631f0166
parent 14651 66428a5a03a0
child 15538 efdec2e285d5
equal deleted inserted replaced
15134:a61d928b25b7 15135:9457631f0166
     8  be provided or otherwise made available to, or used by, any
     8  be provided or otherwise made available to, or used by, any
     9  other person.  No title to or ownership of the software is
     9  other person.  No title to or ownership of the software is
    10  hereby transferred.
    10  hereby transferred.
    11 "
    11 "
    12 "{ Package: 'stx:libtool' }"
    12 "{ Package: 'stx:libtool' }"
       
    13 
       
    14 "{ NameSpace: Smalltalk }"
    13 
    15 
    14 StandardSystemView subclass:#BrowserView
    16 StandardSystemView subclass:#BrowserView
    15 	instanceVariableNames:'classCategoryListView classListView methodCategoryListView
    17 	instanceVariableNames:'classCategoryListView classListView methodCategoryListView
    16 		methodListView classMethodListView codeView classToggle
    18 		methodListView classMethodListView codeView classToggle
    17 		instanceToggle currentNamespace currentClassCategory
    19 		instanceToggle currentNamespace currentClassCategory
 11023 ! !
 11025 ! !
 11024 
 11026 
 11025 !BrowserView methodsFor:'misc'!
 11027 !BrowserView methodsFor:'misc'!
 11026 
 11028 
 11027 beep
 11029 beep
       
 11030     "output an audible beep or bell on my screen device"
       
 11031 
 11028     UserPreferences current beepInEditor ifTrue:[                
 11032     UserPreferences current beepInEditor ifTrue:[                
 11029         super beep
 11033         super beep
 11030     ]
 11034     ]
 11031 !
 11035 !
 11032 
 11036 
 14514 ! !
 14518 ! !
 14515 
 14519 
 14516 !BrowserView class methodsFor:'documentation'!
 14520 !BrowserView class methodsFor:'documentation'!
 14517 
 14521 
 14518 version_CVS
 14522 version_CVS
 14519     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.864 2014-07-11 00:11:05 cg Exp $'
 14523     ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.865 2015-01-31 13:04:38 cg Exp $'
 14520 ! !
 14524 ! !
 14521 
 14525 
 14522 
 14526 
 14523 BrowserView initialize!
 14527 BrowserView initialize!