home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 375.lha / ARPTools_v1.0 / man / Cwin.man < prev    next >
Text File  |  1990-05-02  |  2KB  |  64 lines

  1.  
  2.  
  3.  
  4.      Cwin(V1.0)               ARPTOOLS Manual               Cwin(V1.0)
  5.  
  6.  
  7.  
  8.      NAME
  9.           Cwin - Resize the CLI window
  10.  
  11.      SYNOPSIS
  12.           Cwin BIG/S SMALL/S INFO/S LEFTEDGE TOPEDGE WIDTH HEIGHT
  13.           
  14.      DESCRIPTION
  15.           Cwin will resize the CLI window according to the options
  16.           supplied with the command line or write a line into standard
  17.           output with the CLI window coordinates,dimensions and title.
  18.           Cwin is best suited to enhance the output of scripts or for
  19.           use with customized Alias macros.
  20.  
  21.      OPTIONS
  22.           Options BIG SMALL and INFO cannot be combined with other
  23.           options.
  24.           The other four options should be always used together.
  25.           All coordinates and dimensions must be entered in pixels.
  26.  
  27.           BIG
  28.                Resize the window to its maximum.
  29.  
  30.           SMALL
  31.                Resize the window to its minimum.
  32.  
  33.           INFO
  34.                Write to standard output a line containing
  35.                the window's LeftEdge, TopEdge, Width, Height and
  36.                Title.
  37.  
  38.            LEFTEDGE n                 
  39.                Set the window's LeftEdge to n, if possible. If a non-
  40.                numeric string is used no action is taken.
  41.  
  42.            TOPEDGE n                 
  43.                Set the window's TopEdge to n, if possible. If a non-
  44.                numeric string is used no action is taken.
  45.  
  46.            WIDTH n                 
  47.                Set the window's Width to n, if possible. If a non-
  48.                numeric string is used no action is taken.
  49.                If the string MAX is supplied the Width will be maximized.
  50.  
  51.            HEIGHT n                 
  52.                Set the window's Height to n, if possible. If a non-
  53.                numeric string is used no action is taken.
  54.                If the string MAX is supplied the Height will be maximized.
  55.  
  56.      BUGS
  57.            None known.
  58.  
  59.  
  60.  
  61.  
  62.          
  63.      Page 1
  64.