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 / Trash < prev    next >
Encoding:
Text File  |  1993-11-23  |  1.4 KB  |  42 lines

  1. %%
  2. set helpbg [option get .hyperhelp.view.file background Tk]
  3. if {$helpbg == ""} {set helpbg white}
  4. label $blt_htext(widget).trash -bitmap trash -bg $helpbg
  5. $blt_htext(widget) append $blt_htext(widget).trash
  6. %%
  7.  Deleting Files/Directories
  8.  ---------------------------------------------------------------
  9.  
  10.  When a file token is dropped on the "trash" icon, it is
  11.  added to a list of files waiting for removal.  If this
  12.  list was previously hidden, it will become visible.
  13.  
  14.  The total amount of disk space that will be gained by
  15.  eliminating the files is shown at the top of the dialog
  16.  box.
  17.  
  18.  Files can be removed from the delete list using %%
  19. hyperhelp_link drag&drop DragDrop
  20. %%
  21.  facilities to drop them onto an icon:
  22.  
  23.   %%
  24. label $blt_htext(widget).refileTarget -bitmap refile
  25. $blt_htext(widget) append $blt_htext(widget).refileTarget
  26. %% - put file back into directory hierarchy
  27.   %%
  28. label $blt_htext(widget).compressTarget -bitmap compress
  29. $blt_htext(widget) append $blt_htext(widget).compressTarget
  30. %% - transfer file to %%
  31. hyperhelp_link \"compress\" Compress
  32. %% list
  33.  
  34.  Pressing the "Delete Files" button causes all files on
  35.  the list to be deleted.  If for some reason a file cannot
  36.  be deleted, an error message is displayed and the file is
  37.  put back onto the "delete" list.
  38.  
  39.  Pressing the "Cancel" button causes all files to be put
  40.  back into the directory hierarchy, and causes the "Delete"
  41.  dialog box to disappear.
  42.