Tools_BrowserList.st
changeset 5999 177ffa764041
parent 5909 95cd2d9822b3
child 6006 6bc518b7aa2f
--- a/Tools_BrowserList.st	Fri Sep 10 12:15:34 2004 +0200
+++ b/Tools_BrowserList.st	Fri Sep 10 12:15:50 2004 +0200
@@ -758,6 +758,12 @@
 
 !
 
+ignoredMethodIcon
+    "answer an icon to mark ignored methods"
+
+    ^ self fetchIcon:#ignoredMethod selector:#ignoredMethodIcon
+!
+
 imageIcon
     "answer an icon to mark image spec methods"
 
@@ -1208,5 +1214,5 @@
 !BrowserList class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.4 2004-06-11 15:20:09 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools_BrowserList.st,v 1.5 2004-09-10 10:15:50 cg Exp $'
 ! !