Query: dwtcstextgetstring
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DwtCSTextGetString(3Dwt) DwtCSTextGetString(3Dwt) Name DwtCSTextGetString - Retrieves all text from the compound-string text widget. Syntax DwtCompString DwtCSTextGetString(widget) Widget widget; Arguments widget Specifies 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), DwtCSTextSetEd- itable(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 DwtCSTextGetString(3Dwt)