SimpleView.st
changeset 5354 4a62930c1786
parent 5340 45fd6e8b756d
child 5358 f5dadb19aaea
--- a/SimpleView.st	Tue Sep 29 21:33:02 2009 +0200
+++ b/SimpleView.st	Thu Oct 01 15:43:55 2009 +0200
@@ -1346,6 +1346,14 @@
     ^ ViewSpacing
 ! !
 
+!SimpleView class methodsFor:'misc ui support'!
+
+iconInBrowserSymbol
+    <resource: #programImage>
+
+    ^ #windowClassBrowserIcon
+! !
+
 !SimpleView class methodsFor:'resources'!
 
 classResources
@@ -10419,7 +10427,11 @@
 !SimpleView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.638 2009-09-08 17:56:01 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.639 2009-10-01 13:43:55 cg Exp $'
+!
+
+version_CVS
+    ^ '$Header: /cvs/stx/stx/libview/SimpleView.st,v 1.639 2009-10-01 13:43:55 cg Exp $'
 ! !
 
 SimpleView initialize!