extensions.st
branchjv
changeset 17134 c4cce8b7a95d
parent 16848 d4200cb12374
parent 16938 f3fca7c6b925
child 17136 cb908d2ba02e
equal deleted inserted replaced
17133:f9f20407fbf9 17134:c4cce8b7a95d
  2138 inspectorExtraAttributes
  2138 inspectorExtraAttributes
  2139     ^ super inspectorExtraAttributes
  2139     ^ super inspectorExtraAttributes
  2140         add:'-windowGroup' -> [ self instVarNamed:#windowGroup ];
  2140         add:'-windowGroup' -> [ self instVarNamed:#windowGroup ];
  2141         add:'-sensor' -> [ self instVarNamed:#sensor ];
  2141         add:'-sensor' -> [ self instVarNamed:#sensor ];
  2142         add:'-parent' -> [ self instVarNamed:#container ];
  2142         add:'-parent' -> [ self instVarNamed:#container ];
       
  2143         add:'-hidden' -> [ self isHiddenOnRealize ];
       
  2144         add:'-enabled' -> [ self enabled ];
       
  2145         
  2143         yourself
  2146         yourself
  2144 ! !
  2147 ! !
  2145 
  2148 
  2146 !SimpleView methodsFor:'testing'!
  2149 !SimpleView methodsFor:'testing'!
  2147 
  2150