Blob Blame History Raw
'\" t
...\" StrDiC.sgm /main/8 1996/09/08 21:04:09 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 "XmStringDirectionToDirection" "library call"
.SH "NAME"
\fBXmStringDirectionToDirection\fP \(em A function that converts from XmStringDirection to XmDirection
.iX "XmStringDirectionToDirection"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/Xm\&.h>
\fBXmDirection \fBXmStringDirectionToDirection\fP\fR(
\fBXmStringDirection \fBdirection\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmStringDirectionToDirection\fP converts the specified
\fBXmStringDirection\fR
direction value to its equivalent \fBXmDirection\fR value\&. This
function provides backward compatibility with the
\fBXmStringDirection\fR data type\&.
.IP "\fIdirection\fP" 10
Specifies the \fBXmStringDirection\fR value to be converted\&.
.SH "RETURN"
.PP
Returns the following \fBXmDirection\fR values:
.IP "\fBXmLEFT_TO_RIGHT\fP" 10
If the \fIdirection\fP argument is \fBXmSTRING_DIRECTION_L_TO_R\fP\&.
.IP "\fBXmRIGHT_TO_LEFT\fP" 10
If the \fIdirection\fP argument is \fBXmSTRING_DIRECTION_R_TO_L\fP\&.
.IP "\fBXmDEFAULT_DIRECTION\fP" 10
If the \fIdirection\fP argument was not either of the above\&.
.SH "RELATED INFORMATION"
.PP
\fBXmStringDirection\fP(3) and \fBXmDirection\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:31