 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Bottom of page |
|
DXmCSTextGetString(3X)
NAME
DXmCSTextGetString - Retrieves all the text from the compound string text
widget.
SYNOPSIS
XmString DXmCSTextGetString(
Widget widget );
PARAMETERS
widget
The identifier (widget ID) of the compound string text widget.
DESCRIPTION
The DXmCSTextGetString routine retrieves the current compound string from
the compound string text widget. The application is responsible for
freeing the storage associated with the compound string by calling the
Intrinsic routine XtStringFree.
RETURN VALUES
A pointer to a compound string holding all the current text in the compound
string text widget.
SEE ALSO
DXmCreateCSText(3X), DXmCSTextReplace(3X), DXmCSTextSetString(3X)
 |
Index for Section 3X |
|
 |
Alphabetical listing for D |
|
 |
Top of page |
|