home *** CD-ROM | disk | FTP | other *** search
/ vsiftp.vmssoftware.com / VSIPUBLIC@vsiftp.vmssoftware.com.tar / FREEWARE / FREEWARE40.ZIP / xwit / xwit.hlp < prev   
Text File  |  1995-01-02  |  4KB  |  123 lines

  1. 1 XWIT  
  2. Window interface. Pop or iconify this xterm window or named windows
  3.  
  4. SYNOPSIS
  5.  
  6.  $ xwit [ -display display ] [ -pop ] [ -iconify ] [ -unmap ]
  7.         [ -resize w\ h ] [ -rows r ] [ -columns c ] [ - [ r ] move x\ y ]
  8.         [ - [ r ] warp  x\ y ] [ -cmap colormap ] [ - [ no ] save
  9.         [ -name name ] [ -iconname name ]
  10.         [ -bitmap file ] [ -mask file ]
  11.         [ - [ no ] keyrepeat "keycode ... keycode - keycode ..." ]
  12.         [ -root ] [ -id windowid ] [ -names initialsubstring... ]
  13.  
  14. 2 DESCRIPTION
  15. xwit
  16. is an X window interface tool.
  17. By default when used with no arguments in an xterm it
  18. de-iconifies and raises the window.
  19. You can specify a different function to do, such as iconifying the window,
  20. and apply it to several windows whose name begins with one of the given
  21. strings, or a particular window id given, or the window id found
  22. in the environment variable WINDOWID.
  23. (This variable is set by xterm for the program, usually the shell, it runs.)
  24.  
  25. 2 OPTIONS
  26.  
  27.   -display
  28. is followed by the display to open.
  29.  
  30.   -pop
  31. is the default action.
  32. It need only be given if it is wanted as well as some other function.
  33.  
  34.   -iconify
  35. will iconify the windows instead of popping them.
  36.  
  37.   -unmap
  38. will iconify windows by unmapping with a non ICCCM compliant window manager.
  39. (Beware, this option is not usually what you want).
  40.  
  41.   -resize w h
  42. resize windows to the given pixel size.
  43.  
  44.   -rows r
  45. resize windows to the given number of rows.
  46.  
  47.   -columns c
  48. resize windows to the given number of columns.
  49.  
  50.   -move x y
  51. move windows to the given absolute position relative to its parent.
  52.  
  53.   -rmove x y
  54. move windows to the given relative amount.
  55.  
  56.   -warp x y
  57. move the cursor to the given position relative to the specified window.
  58. Add -root to warp to an absolute position.
  59.  
  60.   -rwarp x y
  61. move the cursor by the given relative amount.
  62.  
  63.   -colormap
  64. install the given colormap into the given window.
  65.  
  66.   -name name
  67. set the WM_NAME property to the given string.
  68.  
  69.   -iconname name
  70. set the WM_ICON_NAME property to the given string.
  71.  
  72.   -bitmap file
  73. use the given bitmap file as the icon bitmap for the window.
  74.  
  75.   -mask file
  76. use the given bitmap file as the icon mask for the window.
  77.  
  78.   -id 
  79. is followed by a single window number, in decimal or if it begins with
  80. 0x in hexadecimal.
  81.  
  82.   -names
  83. if given must be the last option on the line and is followed by a list of 
  84. strings.
  85. All windows that have a name that begins exactly like one of the strings
  86. will be acted upon.
  87. By using a null string (-names ""), all names will be matched.
  88.  
  89.   -keyrepeat -nokeyrepeat
  90. is followed by a list of keycodes (decimal numbers, see xmodmap(1)).
  91. A range can be specified as a lower number, ``-'', and upper number
  92. as three separate arguments.
  93.  
  94. The individual setting of auto-repeat for those keycodes is set on or off.
  95. The global setting of auto-repeat can be set with xset(1).
  96. When off, no keys will repeat.
  97.  
  98. xset will also show the current settings for individual keys.
  99.  
  100. 2 EXAMPLES
  101. To iconify all windows (probably not quite what you want to do)
  102.  
  103.  
  104.   $ xwit -names ""
  105.  
  106. To de-iconify and pop ``this'' xterm and warp the cursor into it
  107.  
  108.   $ xwit -pop -warp 50 50
  109.     
  110. 2 LIMITATIONS
  111. Since each application is supposed to request these functions of the
  112. window manager, some of them may not like other clients mapping and unmapping
  113. for them behind their back.
  114. The iconification is requested of the window manager using the ICCCM.
  115. Non ICCCM compliant window managers may not react correctly.
  116.  
  117. 2 AUTHORS
  118. Mark M Martin. CETIA France. mmm@cetia.fr
  119. David DiGiacomo dd@mv.us.adobe.com
  120.  
  121. 2 VMS_PORT
  122. Patrick Moreau - CENA/Athis-Mons France - pmoreau@cena.dgac.fr
  123.