FileDialog.st
changeset 17380 630972b313c3
parent 17316 5413216c3f0a
child 17410 f1a075944d7b
equal deleted inserted replaced
17378:0b4c375f76d1 17380:630972b313c3
  2140 
  2140 
  2141     ^ treeBrowser menuDirHistory:#forward.
  2141     ^ treeBrowser menuDirHistory:#forward.
  2142 !
  2142 !
  2143 
  2143 
  2144 newDirectory
  2144 newDirectory
  2145 
  2145     "forward to the treebrowser component, which already has this functionality"
       
  2146     
  2146     ^ treeBrowser newDirectory
  2147     ^ treeBrowser newDirectory
       
  2148 
       
  2149     "Modified (comment): / 04-02-2017 / 14:41:43 / cg"
  2147 !
  2150 !
  2148 
  2151 
  2149 okPressed
  2152 okPressed
  2150     self doAccept
  2153     self doAccept
  2151 !
  2154 !