home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / Programming / Source / WAIS / next-ui / DragDrop.psw < prev    next >
Encoding:
Text File  |  1991-09-19  |  151 b   |  4 lines

  1. defineps copyIconPicture(int win; float x; float y; float w; float h)
  2.     x y w h gsave win windowdeviceround gstate grestore 0 0 Copy composite
  3. endps
  4.