Blame doc/man/man3/XmStringCreateLtoR.3

Packit b099d7
'\" t
Packit b099d7
...\" StrCrC.sgm /main/8 1996/09/08 21:03:53 rws $
Packit b099d7
.de P!
Packit b099d7
.fl
Packit b099d7
\!!1 setgray
Packit b099d7
.fl
Packit b099d7
\\&.\"
Packit b099d7
.fl
Packit b099d7
\!!0 setgray
Packit b099d7
.fl			\" force out current output buffer
Packit b099d7
\!!save /psv exch def currentpoint translate 0 0 moveto
Packit b099d7
\!!/showpage{}def
Packit b099d7
.fl			\" prolog
Packit b099d7
.sy sed -e 's/^/!/' \\$1\" bring in postscript file
Packit b099d7
\!!psv restore
Packit b099d7
.
Packit b099d7
.de pF
Packit b099d7
.ie     ?\\*(f1?? .ds f1 \\n(.f
Packit b099d7
.el .ie ?\\*(f2?? .ds f2 \\n(.f
Packit b099d7
.el .ie ?\\*(f3?? .ds f3 \\n(.f
Packit b099d7
.el .ie ?\\*(f4?? .ds f4 \\n(.f
Packit b099d7
.el .tm ? font overflow
Packit b099d7
.ft \\$1
Packit b099d7
..
Packit b099d7
.de fP
Packit b099d7
.ie     !?\\*(f4?? \{\
Packit b099d7
.	ft \\*(f4
Packit b099d7
.	ds f4\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f3?? \{\
Packit b099d7
.	ft \\*(f3
Packit b099d7
.	ds f3\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f2?? \{\
Packit b099d7
.	ft \\*(f2
Packit b099d7
.	ds f2\"
Packit b099d7
'	br \}
Packit b099d7
.el .ie !?\\*(f1?? \{\
Packit b099d7
.	ft \\*(f1
Packit b099d7
.	ds f1\"
Packit b099d7
'	br \}
Packit b099d7
.el .tm ? font underflow
Packit b099d7
..
Packit b099d7
.ds f1\"
Packit b099d7
.ds f2\"
Packit b099d7
.ds f3\"
Packit b099d7
.ds f4\"
Packit b099d7
.ta 8n 16n 24n 32n 40n 48n 56n 64n 72n 
Packit b099d7
.TH "XmStringCreateLtoR" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmStringCreateLtoR\fP \(em A compound string function that creates a compound string
Packit b099d7
.iX "XmStringCreateLtoR"
Packit b099d7
.iX "compound string functions" "XmStringCreateLtoR"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/Xm\&.h>
Packit b099d7
\fBXmString \fBXmStringCreateLtoR\fP\fR(
Packit b099d7
\fBchar *\fBtext\fR\fR,
Packit b099d7
\fBchar *\fBtag\fR\fR);
Packit b099d7
.fi
Packit b099d7
.SH "DESCRIPTION"
Packit b099d7
.PP
Packit b099d7
This function is obsolete and exists for compatibility with previous
Packit b099d7
releases\&. It is replaced by \fBXmStringGenerate\fP\&.
Packit b099d7
\fBXmStringCreateLtoR\fP creates a compound
Packit b099d7
string with two components: text and a
Packit b099d7
tag component\&.
Packit b099d7
This function
Packit b099d7
scans
Packit b099d7
for \fB\en\fP
Packit b099d7
characters in the text\&. When one is found, the text up to that point
Packit b099d7
is put into a segment followed by a separator component\&. No final
Packit b099d7
separator component is appended to the end of the compound string\&.
Packit b099d7
The direction
Packit b099d7
component
Packit b099d7
defaults to left-to-right\&.
Packit b099d7
This function assumes that the encoding is single
Packit b099d7
byte
Packit b099d7
rather than
Packit b099d7
multibyte\&.
Packit b099d7
.PP
Packit b099d7
The function will allocate space to hold the returned compound string\&.
Packit b099d7
The application is responsible for managing the allocated space\&.
Packit b099d7
The application can recover the allocated space by calling \fBXmStringFree\fP\&.
Packit b099d7
.IP "\fItext\fP" 10
Packit b099d7
Specifies a NULL-terminated string to be used as the text component of
Packit b099d7
the compound string\&.
Packit b099d7
.IP "\fItag\fP" 10
Packit b099d7
Specifies the tag component to be associated with the given
Packit b099d7
text\&. The value \fBXmFONTLIST_DEFAULT_TAG\fP is retained for
Packit b099d7
compatibility with previous releases\&.
Packit b099d7
.SH "RETURN"
Packit b099d7
.PP
Packit b099d7
Returns a new compound string\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmStringCreate\fP(3)
Packit b099d7
and \fBXmStringGenerate\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:30