extensions.st
branchjv
changeset 15973 18139a360981
parent 15950 23be8cf85415
parent 15964 253a0e9a6520
child 16053 85a1b78120ab
--- a/extensions.st	Thu Nov 26 06:54:59 2015 +0100
+++ b/extensions.st	Fri Nov 27 23:08:58 2015 +0000
@@ -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