home *** CD-ROM | disk | FTP | other *** search
- /*
- Written by Slugg Jello,
- Mouthing Flowers
- 152 20th Ave. #1
- Seattle, WA. 98112
- slugg@mouthers.nwnexus.wa.com
- */
-
-
- defineps PSWInitRubberband ()
- windowPackage1.0 begin
- ensureEdgeWindows
- end
- endps
-
- defineps PSWPositionRect ( float coords[16] )
- windowPackage1.0 begin
- coords placeEdgeWindows
- end
- endps
-
- defineps PSWMakeVisible (boolean bIsVisible)
- windowPackage1.0 begin
- bIsVisible {showEdgeWindows} {hideEdgeWindows} ifelse
- end
- endps
-
-