diff options
Diffstat (limited to 'doc/raise.n')
-rw-r--r-- | doc/raise.n | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/raise.n b/doc/raise.n index 02f805f..d2a48ba 100644 --- a/doc/raise.n +++ b/doc/raise.n @@ -14,7 +14,6 @@ raise \- Change a window's position in the stacking order .SH SYNOPSIS \fBraise \fIwindow \fR?\fIaboveThis\fR? .BE - .SH DESCRIPTION .PP If the \fIaboveThis\fR argument is omitted then the command raises @@ -29,6 +28,7 @@ In this case the \fBraise\fR command will insert (or the ancestor of \fIaboveThis\fR that is a sibling of \fIwindow\fR); this could end up either raising or lowering \fIwindow\fR. .SH EXAMPLE +.PP Make a button appear to be in a sibling frame that was created after it. This is is often necessary when building GUIs in the style where you create your activity widgets first before laying them out on the @@ -41,9 +41,10 @@ pack .b \-in .f pack [label .f.l2 \-text "This is below"] \fBraise\fR .b .CE - .SH "SEE ALSO" lower(n) - .SH KEYWORDS obscure, raise, stacking order +'\" Local Variables: +'\" mode: nroff +'\" End: |