box title
authorClaus Gittinger <cg@exept.de>
Tue, 15 Oct 1996 13:56:12 +0200
changeset 766 40cc3873c426
parent 765 9dafe5b26f77
child 767 f92a7f3dc2aa
box title
BrowserView.st
BrwsrView.st
--- a/BrowserView.st	Tue Oct 15 13:54:10 1996 +0200
+++ b/BrowserView.st	Tue Oct 15 13:56:12 1996 +0200
@@ -5329,6 +5329,7 @@
     box := ListSelectionBox new.
     box noEnterField.
     box list:processNames.
+    box label:'process selection'.
     box title:(resources string:('break if method is executed by process:\\(current = ' , Processor activeProcess id printString , ')') withCRs).
     box action:[:selection |
         self commonTraceHelperWith:#trapMethod:inProcess: 
@@ -5338,7 +5339,7 @@
     box destroy
 
     "Created: 14.10.1996 / 15:40:53 / cg"
-    "Modified: 14.10.1996 / 16:29:10 / cg"
+    "Modified: 15.10.1996 / 12:51:28 / cg"
 !
 
 methodChangeCategory
@@ -7904,6 +7905,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.182 1996-10-15 10:32:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/BrowserView.st,v 1.183 1996-10-15 11:56:12 cg Exp $'
 ! !
 BrowserView initialize!
--- a/BrwsrView.st	Tue Oct 15 13:54:10 1996 +0200
+++ b/BrwsrView.st	Tue Oct 15 13:56:12 1996 +0200
@@ -5329,6 +5329,7 @@
     box := ListSelectionBox new.
     box noEnterField.
     box list:processNames.
+    box label:'process selection'.
     box title:(resources string:('break if method is executed by process:\\(current = ' , Processor activeProcess id printString , ')') withCRs).
     box action:[:selection |
         self commonTraceHelperWith:#trapMethod:inProcess: 
@@ -5338,7 +5339,7 @@
     box destroy
 
     "Created: 14.10.1996 / 15:40:53 / cg"
-    "Modified: 14.10.1996 / 16:29:10 / cg"
+    "Modified: 15.10.1996 / 12:51:28 / cg"
 !
 
 methodChangeCategory
@@ -7904,6 +7905,6 @@
 !BrowserView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.182 1996-10-15 10:32:16 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Attic/BrwsrView.st,v 1.183 1996-10-15 11:56:12 cg Exp $'
 ! !
 BrowserView initialize!