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 / DragDrop < prev    next >
Encoding:
Text File  |  1993-11-23  |  816 b   |  21 lines

  1.  
  2.  Drag&Drop Operations
  3.  ---------------------------------------------------------------
  4.  
  5.  By default, drag&drop operations are invoked by clicking on the
  6.  display with the right mouse button; this can be configured,
  7.  however, in the user's %%
  8. hyperhelp_link ".Xdefaults" Xdefaults DragDrop
  9. %% file.
  10.  
  11.  When a drag&drop operation is invoked, a token window will
  12.  appear to represent the information being transferred.  The
  13.  token window is moved by dragging the mouse pointer with the
  14.  button held down, until the token is over a target window.
  15.  
  16.  When the token is over a compatible target, the border of
  17.  the token will become raised, and the file icon within the
  18.  token will change color.  When the token is released in this
  19.  state, the file name is transferred to the target, and the
  20.  target's function is invoked.
  21.