home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / SourceCode / Classes / Rubberview / Rubber.psw < prev    next >
Text File  |  1991-12-17  |  457b  |  28 lines

  1. /* 
  2.     Written by Slugg Jello, 
  3.     Mouthing Flowers
  4.     152 20th Ave. #1
  5.     Seattle, WA. 98112
  6.     slugg@mouthers.nwnexus.wa.com
  7. */
  8.  
  9.  
  10. defineps PSWInitRubberband ()
  11.     windowPackage1.0 begin
  12.          ensureEdgeWindows
  13.      end
  14. endps
  15.  
  16. defineps PSWPositionRect ( float coords[16] )
  17.     windowPackage1.0 begin
  18.         coords placeEdgeWindows
  19.      end
  20. endps
  21.  
  22. defineps PSWMakeVisible (boolean bIsVisible)
  23.     windowPackage1.0 begin
  24.         bIsVisible {showEdgeWindows} {hideEdgeWindows} ifelse
  25.      end
  26. endps
  27.  
  28.