FileBrowserV2.st
changeset 7676 176e30e76a69
parent 7675 f33fda61001c
child 7727 207a1b502e5b
equal deleted inserted replaced
7675:f33fda61001c 7676:176e30e76a69
   314 
   314 
   315 #lineLabel
   315 #lineLabel
   316 'The text-cursor''s line number. Double-Click to change'
   316 'The text-cursor''s line number. Double-Click to change'
   317 
   317 
   318 #modeLabel
   318 #modeLabel
   319 'The editing mode (insert vs. overwrite)'
   319 'The editing mode (Insert vs. Overwrite)'
   320 
   320 
   321 #numberOfFiles
   321 #numberOfFiles
   322 'Number of files shown (Total number of files in directory)'
   322 'Number of files shown (Total number of files in directory)'
   323 
   323 
   324 )
   324 )
  1845 ! !
  1845 ! !
  1846 
  1846 
  1847 !FileBrowserV2 class methodsFor:'documentation'!
  1847 !FileBrowserV2 class methodsFor:'documentation'!
  1848 
  1848 
  1849 version
  1849 version
  1850     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.168 2007-02-28 17:28:09 cg Exp $'
  1850     ^ '$Header: /cvs/stx/stx/libtool/FileBrowserV2.st,v 1.169 2007-02-28 17:32:03 cg Exp $'
  1851 ! !
  1851 ! !
  1852 
  1852 
  1853 FileBrowserV2 initialize!
  1853 FileBrowserV2 initialize!