Blame doc/man/man3/XmStringGetLtoR.3

Packit b099d7
'\" t
Packit b099d7
...\" StrGeB.sgm /main/8 1996/09/08 21:05:07 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 "XmStringGetLtoR" "library call"
Packit b099d7
.SH "NAME"
Packit b099d7
\fBXmStringGetLtoR\fP \(em A compound string function that searches for a text segment in the input compound string
Packit b099d7
.iX "XmStringGetLtoR"
Packit b099d7
.iX "compound string functions" "XmStringGetLtoR"
Packit b099d7
.SH "SYNOPSIS"
Packit b099d7
.PP
Packit b099d7
.nf
Packit b099d7
#include <Xm/Xm\&.h>
Packit b099d7
\fBBoolean \fBXmStringGetLtoR\fP\fR(
Packit b099d7
\fBXmString \fBstring\fR\fR,
Packit b099d7
\fBXmStringCharSet \fBtag\fR\fR,
Packit b099d7
\fBchar **\fBtext\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 \fBXmStringUnparse\fP\&.
Packit b099d7
\fBXmStringGetLtoR\fP returns the first text component in the input
Packit b099d7
compound string that is tagged with the given tag component\&. The
Packit b099d7
returned text is to be a NULL-terminated sequence of single byte characters\&.
Packit b099d7
If the function returns True, the function will allocate space
Packit b099d7
to hold the returned \fItext\fP\&. The application is responsible
Packit b099d7
for managing the allocated space\&. The application can recover the
Packit b099d7
allocated space by calling \fBXtFree\fP\&.
Packit b099d7
.IP "\fIstring\fP" 10
Packit b099d7
Specifies the compound string\&.
Packit b099d7
.IP "\fItag\fP" 10
Packit b099d7
Specifies the font list element tag associated with the text\&.
Packit b099d7
A value of \fBXmFONTLIST_DEFAULT_TAG\fP identifies a locale text
Packit b099d7
segment\&.
Packit b099d7
.IP "\fItext\fP" 10
Packit b099d7
Specifies a pointer to a NULL terminated string\&.
Packit b099d7
.SH "RETURN"
Packit b099d7
.PP
Packit b099d7
Returns True if the matching text segment can be found\&.
Packit b099d7
On return, \fItext\fP will have a NULL terminated
Packit b099d7
byte
Packit b099d7
sequence
Packit b099d7
containing the matched segment\&.
Packit b099d7
.SH "RELATED"
Packit b099d7
.PP
Packit b099d7
\fBXmStringCreate\fP(3)\&.
Packit b099d7
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:31