inspecting views
authorsr
Thu, 26 Nov 2015 17:19:36 +0100
changeset 15964 253a0e9a6520
parent 15962 e5eafcf1506c
child 15965 966c88279d43
inspecting views
extensions.st
--- a/extensions.st	Wed Nov 25 18:57:09 2015 +0100
+++ b/extensions.st	Thu Nov 26 17:19:36 2015 +0100
@@ -1936,6 +1936,16 @@
     "Created: / 14-10-2010 / 12:04:32 / cg"
 ! !
 
+!SimpleView methodsFor:'inspecting'!
+
+inspectorExtraAttributes
+    ^ super inspectorExtraAttributes
+        add:'-windowGroup' -> [ self instVarNamed:#windowGroup ];
+        add:'-sensor' -> [ self instVarNamed:#sensor ];
+        add:'-parent' -> [ self instVarNamed:#container ];
+        yourself
+! !
+
 !SimpleView methodsFor:'testing'!
 
 isCodeView2