|
DXmCSTextGetString(3X)
Contents
|
DXmCSTextGetString - Retrieves all the text from the compound
string text widget.
XmString DXmCSTextGetString(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
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.
A pointer to a compound string holding all the current
text in the compound string text widget.
DXmCreateCSText(3X), DXmCSTextReplace(3X), DXmCSTextSetString(3X)
DXmCSTextGetString(3X)
[ Back ] |