added: #openInPickMode
authorClaus Gittinger <cg@exept.de>
Wed, 03 Feb 2010 11:09:47 +0100
changeset 2747 717a0dcc710d
parent 2746 ac4e9c6874bb
child 2748 76f6fd319918
added: #openInPickMode
Tools__ViewTreeApplication.st
--- a/Tools__ViewTreeApplication.st	Wed Feb 03 11:02:44 2010 +0100
+++ b/Tools__ViewTreeApplication.st	Wed Feb 03 11:09:47 2010 +0100
@@ -631,6 +631,16 @@
       )
 ! !
 
+!ViewTreeInspectorApplication class methodsFor:'startup'!
+
+openInPickMode
+    |app|
+
+    app := self new.
+    app open.
+    app doPickViews.
+! !
+
 !ViewTreeInspectorApplication methodsFor:'actions'!
 
 indicatorClicked:anIndex