home *** CD-ROM | disk | FTP | other *** search
- /* $VER: TTM-TmpSnapshot.rexx 1.0 (16.11.98) by J. Tierney
-
- TTManager Temporary Snapshot v1.0
- 11/16/98 J. Tierney <jtierney@cyberlink-inc.com>
-
- Purpose: Snapshots the current window's position & dimensions, but
- doesn't save them permanently, like the Snaphot menu option.
- These snapshot settings will be lost when TTManager is quit.
-
- Usage: TTM-TmpSnapshot.rexx
-
- */
-
- OPTIONS RESULTS
- ADDRESS 'TTMANAGER'
-
- 'GetWindowDims wdims'
-
- 'SetWindowDims X' wdims.x 'Y' wdims.y 'W' wdims.width 'H' wdims.height 'DEF'
-