Blob Blame History Raw
'\" t
...\" CvtCTTXm.sgm /main/8 1996/08/31 15:21:07 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 "XmCvtCTToXmString" "library call"
.SH "NAME"
\fBXmCvtCTToXmString\fP \(em A compound string function that converts compound text to a compound string
.iX "XmCvtCTToXmString"
.iX "compound string functions" "XmCvtCTToXmString"
.SH "SYNOPSIS"
.PP
.nf
#include <Xm/Xm\&.h>
\fBXmString \fBXmCvtCTToXmString\fP\fR(
\fBchar \fB* text\fR\fR);
.fi
.SH "DESCRIPTION"
.PP
\fBXmCvtCTToXmString\fP converts a (\fBchar *\fR) string in compound text
format to a compound string\&.
The application must call \fBXtAppInitialize\fP before calling this
function\&.
Conversion of compound text to compound strings is implementation
dependent\&.
.IP "\fItext\fP" 10
Specifies a string in compound text format to be converted to a compound
string\&.
.SH "RETURN"
.PP
Returns a compound string derived from the compound text\&.
The function allocates space to hold the returned compound string\&.
The application is responsible for managing the allocated space\&.
The application can recover the allocated space by calling \fBXmStringFree\fP\&.
The compound text is assumed to be NULL-terminated; NULLs within the
compound text are handled correctly\&.
The handling of HORIZONTAL TABULATION (HT) control characters within the
compound text is undefined\&.
The compound text format is described in the X Consortium Standard
\fICompound Text Encoding\fP\&.
.SH "RELATED"
.PP
\fBXmCvtXmStringToCT\fP(3)\&.
...\" created by instant / docbook-to-man, Sun 22 Dec 1996, 20:21