InspectorView.st
changeset 11660 bf523c8f3232
parent 11658 b431692d3cba
child 11702 d67763d80c24
equal deleted inserted replaced
11659:dac2f285a647 11660:bf523c8f3232
    74             (Image fromFile:'bitmaps/SBrowser.xbm') inspect
    74             (Image fromFile:'bitmaps/SBrowser.xbm') inspect
    75             (Image fromFile:'bitmaps/SBrowser.xbm') basicInspect
    75             (Image fromFile:'bitmaps/SBrowser.xbm') basicInspect
    76 
    76 
    77             InspectorView openOn:Display
    77             InspectorView openOn:Display
    78             InspectorView openOn:Display monitor:'shiftDown'
    78             InspectorView openOn:Display monitor:'shiftDown'
       
    79             InspectorView openOn:(Image fromScreen)
       
    80             InspectorView openOn:(Image fromFile:'banner8.xpm')
    79 
    81 
    80     The InspectorView can also be used as a subComponent within another view.
    82     The InspectorView can also be used as a subComponent within another view.
    81     In this case, the isStandAlone flag should be cleared, to prevent the
    83     In this case, the isStandAlone flag should be cleared, to prevent the
    82     inspector from changing the topViews window label.
    84     inspector from changing the topViews window label.
    83 
    85 
  3288 ! !
  3290 ! !
  3289 
  3291 
  3290 !InspectorView class methodsFor:'documentation'!
  3292 !InspectorView class methodsFor:'documentation'!
  3291 
  3293 
  3292 version
  3294 version
  3293     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.271 2012-07-25 10:44:04 cg Exp $'
  3295     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.272 2012-07-25 11:22:23 cg Exp $'
  3294 !
  3296 !
  3295 
  3297 
  3296 version_CVS
  3298 version_CVS
  3297     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.271 2012-07-25 10:44:04 cg Exp $'
  3299     ^ '$Header: /cvs/stx/stx/libtool/InspectorView.st,v 1.272 2012-07-25 11:22:23 cg Exp $'
  3298 ! !
  3300 ! !