home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tk3.3b1 / doc / lower.n < prev    next >
Encoding:
Text File  |  1993-07-07  |  2.0 KB  |  49 lines

  1. '\"
  2. '\" Copyright (c) 1990 The Regents of the University of California.
  3. '\" All rights reserved.
  4. '\"
  5. '\" Permission is hereby granted, without written agreement and without
  6. '\" license or royalty fees, to use, copy, modify, and distribute this
  7. '\" documentation for any purpose, provided that the above copyright
  8. '\" notice and the following two paragraphs appear in all copies.
  9. '\"
  10. '\" IN NO EVENT SHALL THE UNIVERSITY OF CALIFORNIA BE LIABLE TO ANY PARTY
  11. '\" FOR DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES
  12. '\" ARISING OUT OF THE USE OF THIS DOCUMENTATION, EVEN IF THE UNIVERSITY OF
  13. '\" CALIFORNIA HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  14. '\"
  15. '\" THE UNIVERSITY OF CALIFORNIA SPECIFICALLY DISCLAIMS ANY WARRANTIES,
  16. '\" INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
  17. '\" AND FITNESS FOR A PARTICULAR PURPOSE.  THE SOFTWARE PROVIDED HEREUNDER IS
  18. '\" ON AN "AS IS" BASIS, AND THE UNIVERSITY OF CALIFORNIA HAS NO OBLIGATION TO
  19. '\" PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
  20. '\" 
  21. '\" $Header: /user6/ouster/wish/man/RCS/lower.n,v 1.2 93/07/07 16:27:47 ouster Exp $ SPRITE (Berkeley)
  22. '/" 
  23. .so man.macros
  24. .HS lower tk 3.3
  25. .BS
  26. '\" Note:  do not modify the .SH NAME line immediately below!
  27. .SH NAME
  28. lower \- Change a window's position in the stacking order
  29. .SH SYNOPSIS
  30. \fBlower \fIwindow \fR?\fIbelowThis\fR?
  31. .BE
  32.  
  33. .SH DESCRIPTION
  34. .PP
  35. If the \fIbelowThis\fR argument is omitted then the command lowers
  36. \fIwindow\fR so that it is below all of its siblings in the stacking
  37. order (it will be obscured by any siblings that overlap it and
  38. will not obscure any siblings).
  39. If \fIbelowThis\fR is specified then it must be the path name of
  40. a window that is either a sibling of \fIwindow\fR or the descendant
  41. of a sibling of \fIwindow\fR.
  42. In this case the \fBlower\fR command will insert
  43. \fIwindow\fR into the stacking order just below \fIbelowThis\fR
  44. (or the ancestor of \fIbelowThis\fR that is a sibling of \fIwindow\fR);
  45. this could end up either raising or lowering \fIwindow\fR.
  46.  
  47. .SH KEYWORDS
  48. lower, obscure, stacking order
  49.