SystemBrowser.st
changeset 9157 c8166dbf5a5a
parent 9065 efb483eb10a8
child 9189 9f57319e21ca
equal deleted inserted replaced
9156:73693a9ba3e4 9157:c8166dbf5a5a
   691                                     select:false.
   691                                     select:false.
   692                             ].
   692                             ].
   693                             box hide
   693                             box hide
   694                          ].
   694                          ].
   695             box addButton:browseButton before:box okButton.
   695             box addButton:browseButton before:box okButton.
       
   696             box minExtent:300@250.
   696 
   697 
   697             box open.
   698             box open.
   698             (box accepted not or:[className isNil]) ifTrue:[ "/ cancel
   699             (box accepted not or:[className isNil]) ifTrue:[ "/ cancel
   699                 ^ nil
   700                 ^ nil
   700             ]
   701             ]
  5554 ! !
  5555 ! !
  5555 
  5556 
  5556 !SystemBrowser class methodsFor:'documentation'!
  5557 !SystemBrowser class methodsFor:'documentation'!
  5557 
  5558 
  5558 version
  5559 version
  5559     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.275 2009-10-24 12:43:04 cg Exp $'
  5560     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.276 2009-11-02 12:59:53 cg Exp $'
  5560 !
  5561 !
  5561 
  5562 
  5562 version_CVS
  5563 version_CVS
  5563     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.275 2009-10-24 12:43:04 cg Exp $'
  5564     ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.276 2009-11-02 12:59:53 cg Exp $'
  5564 ! !
  5565 ! !
  5565 
  5566 
  5566 SystemBrowser initialize!
  5567 SystemBrowser initialize!