Tools__ViewTreeApplication.st
changeset 3216 41118d54b47c
parent 3213 33e1f779fa15
child 3217 af9fd0c681e0
equal deleted inserted replaced
3215:4c69b031fb70 3216:41118d54b47c
  2385 !
  2385 !
  2386 
  2386 
  2387 rootView
  2387 rootView
  2388     "returns the widget assigned to the root or nil
  2388     "returns the widget assigned to the root or nil
  2389     "
  2389     "
       
  2390     parent isNil ifTrue:[^ nil].
       
  2391 
  2390     ^ parent rootView
  2392     ^ parent rootView
  2391 !
  2393 !
  2392 
  2394 
  2393 specClass
  2395 specClass
  2394     "returns the spec-class assigned to the item
  2396     "returns the spec-class assigned to the item