home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / TCL / BLT / BLT1.7L1 / BLT1 / blt-1.7 / applications / kosherdill / Help / Examine < prev    next >
Encoding:
Text File  |  1993-11-23  |  795 b   |  24 lines

  1. %%
  2. set helpbg [option get .hyperhelp.view.file background Tk]
  3. if {$helpbg == ""} {set helpbg white}
  4. label $blt_htext(widget).examine -bitmap examine -bg $helpbg
  5. $blt_htext(widget) append $blt_htext(widget).examine
  6. %%
  7.  Examining Files/Directories
  8.  ---------------------------------------------------------------
  9.  
  10.  When a file token is dropped on the "examine" icon, a window
  11.  will appear displaying a representation of the file:
  12.  
  13.  If the file is a...   Then...
  14.  
  15.    DIRECTORY           - relative sizes for component files
  16.                          are shown in a %%
  17. hyperhelp_link "graphical usage display" Display
  18. %%
  19.  
  20.    ASCII FILE          - contents displayed in a text window
  21.  
  22.    OTHER FILE          - description from system "file" command
  23.                          displayed in a message box
  24.