DwtCSTextGetString(3Dwt)
Name
DwtCSTextGetString − Retrieves all text from the compound-string text widget.
Syntax
DwtCompString DwtCSTextGetString(widget)
Widget widget;
Arguments
widgetSpecifies the ID of the compound-string text widget.
Description
The DwtCSTextGetString function retrieves the current compound-string from the compound-string text widget. The application is responsible for freeing the storage associated with the string by calling XtFree.
Return Values
This function returns a pointer to a compound string holding all the current text in the compound string text widget.
See Also
DwtCSText (3Dwt), DwtCSTextCreate (3Dwt), DwtCSTextReplace (3Dwt), DwtCSTextSetString (3Dwt), DwtCSTextGetEditable (3Dwt), DwtCSTextSetEditable (3Dwt), DwtCSTextGetMaxLength (3Dwt), DwtCSTextSetMaxLength (3Dwt), DwtCSTextSetSelection (3Dwt), DwtCSTextGetSelection (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding