changed: #documentation
authorClaus Gittinger <cg@exept.de>
Wed, 25 Jul 2012 13:22:23 +0200
changeset 11660 bf523c8f3232
parent 11659 dac2f285a647
child 11661 2bda6075f0fa
changed: #documentation
InspectorView.st
--- a/InspectorView.st	Wed Jul 25 12:54:12 2012 +0200
+++ b/InspectorView.st	Wed Jul 25 13:22:23 2012 +0200
@@ -76,6 +76,8 @@
 
             InspectorView openOn:Display
             InspectorView openOn:Display monitor:'shiftDown'
+            InspectorView openOn:(Image fromScreen)
+            InspectorView openOn:(Image fromFile:'banner8.xpm')
 
     The InspectorView can also be used as a subComponent within another view.
     In this case, the isStandAlone flag should be cleared, to prevent the
@@ -3290,9 +3292,9 @@
 !InspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.271 2012-07-25 10:44:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.272 2012-07-25 11:22:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.271 2012-07-25 10:44:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.272 2012-07-25 11:22:23 cg Exp $'
 ! !