Blob Blame History Raw
'\" t
...\" DirectC.sgm /main/8 1996/09/08 20:39:11 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 "XmDirectionMatchPartial" "library call"
.SH "NAME"
\fBXmDirectionMatchPartial\fP \(em A function that checks for a specified direction component
.iX "XmDirectionMatchPartial"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/Xm\&.h>
Boolean XmDirectionMatchPartial (\fId1, d2, dmask\fP)
        XmDirection     \fId1\fP;
        XmDirection     \fId2\fP;
        XmDirection     \fIdmask\fP;
\fB\fR(\fBvoid\fR)
.fi
.SH "DESCRIPTION"
.PP
\fBXmDirectionMatchPartial\fP compares \fId1\fP and \fId2\fP along the
direction component specified by \fIdmask\fP\&.
For example, if \fIdmask\fP equals \fBXmVERTICAL_MASK\fP, then
the function will compare only the vertical components of \fId1\fP
and \fId2\fP\&.
.IP "\fId1\fP" 10
Specifies an \fBXmDirection\fR value to check\&.
.IP "\fId2\fP" 10
Specifies an \fBXmDirection\fR value to check\&.
.IP "\fIdmask\fP" 10
Specifies the direction component along which \fId1\fP and \fId2\fP
are to be checked\&. Appropriate values for \fIdmask\fP are
\fBXmHORIZONTAL_MASK\fP,
\fBXmVERTICAL_MASK\fP,
and
\fBXmPRECEDENCE_MASK\fP\&.
.SH "RETURN VALUES"
.PP
Returns True if the \fId1\fP and \fId2\fP match in the component
specified by \fIdmask\fP; otherwise, returns False\&.
.SH "RELATED INFORMATION"
.PP
\fBXmDirection\fP(3), \fBXmDirectionMatch\fP(3),
\fBXmDirectionToStringDirection\fP(3),
\fBXmStringDirection\fP(3), and \fBXmStringDirectionToDirection\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:22