Blob Blame History Raw
'\" t
...\" ScrollVi.sgm /main/10 1996/09/08 21:01:08 rws $
.de P!
.fl
\!!1 setgray
.fl
\\&.\"
.fl
\!!0 setgray
.fl			\" force out current output buffer
\!!save /psv exch def currentpoint translate 0 0 moveto
\!!/showpage{}def
.fl			\" prolog
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
\!!psv restore
.
.de pF
.ie     \\*(f1 .ds f1 \\n(.f
.el .ie \\*(f2 .ds f2 \\n(.f
.el .ie \\*(f3 .ds f3 \\n(.f
.el .ie \\*(f4 .ds f4 \\n(.f
.el .tm ? font overflow
.ft \\$1
..
.de fP
.ie     !\\*(f4 \{\
.	ft \\*(f4
.	ds f4\"
'	br \}
.el .ie !\\*(f3 \{\
.	ft \\*(f3
.	ds f3\"
'	br \}
.el .ie !\\*(f2 \{\
.	ft \\*(f2
.	ds f2\"
'	br \}
.el .ie !\\*(f1 \{\
.	ft \\*(f1
.	ds f1\"
'	br \}
.el .tm ? font underflow
..
.ds f1\"
.ds f2\"
.ds f3\"
.ds f4\"
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
.TH "XmScrollVisible" "library call"
.SH "NAME"
\fBXmScrollVisible\fP \(em A ScrolledWindow function that makes an invisible
 descendant of a ScrolledWindow work area visible
.iX "XmScrollVisible"
.iX "Scrolled Window functions" "XmScrollVisible"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/ScrolledW\&.h>
\fBvoid \fBXmScrollVisible\fP\fR(
\fBWidget \fBscrollw_widget\fR\fR,
\fBWidget \fBwidget\fR\fR,
\fBDimension \fBleft_right_margin\fR\fR,
\fBDimension \fBtop_bottom_margin\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmScrollVisible\fP makes an obscured or partially obscured
widget or gadget descendant of a ScrolledWindow work area visible\&. The
function repositions the work area and sets the specified margins
between the widget and the nearest viewport boundary\&. The widget\&'s
location relative to the viewport determines whether one or both
of the margins must be adjusted\&. This function requires that
the \fBXmNscrollingPolicy\fP of the ScrolledWindow widget be set
to \fBXmAUTOMATIC\fP\&.
.IP "\fIscrollw_widget\fP" 10
Specifies the ID of the ScrolledWindow widget whose work area
window contains an obscured descendant\&.
.IP "\fIwidget\fP" 10
Specifies the ID of the widget to be made visible\&.
.IP "\fIleft_right_margin\fP" 10
Specifies the margin to establish between the left
or right edge of the widget and the associated edge of the
viewport\&.
This margin is established only if the widget must be moved horizontally
to make it visible\&.
.IP "\fItop_bottom_margin\fP" 10
Specifies the margin to establish between the top
or bottom edge of the widget and the associated edge of the
viewport\&.
This margin is established only if the widget must be moved vertically
to make it visible\&.
.PP
For a complete definition of ScrolledWindow and its associated
resources, see \fBXmScrolledWindow\fP(3)
.SH "RELATED"
.PP
\fBXmScrolledWindow\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:29