DwtSTextGetString(3Dwt) DwtSTextGetString(3Dwt)
Name
DwtSTextGetString - Retrieves the text string from the simple text widget.
Syntax
char *DwtSTextGetString(widget)
Widget widget;
Arguments
widget Specifies the ID of the simple text widget
Description
The DwtSTextGetString function returns a pointer to the current string in the simple text widget window. The application is responsible
for freeing the storage associated with the string by calling XtFree.
Return Values
This function returns the pointer to the string currently displayed in the given text widget window.
See Also
DwtSTextSetString(3Dwt), DwtSTextReplace(3Dwt), DwtSTextGetEditable(3Dwt), DwtSTextSetEditable(3Dwt), DwtSTextGetMaxLength(3Dwt), Dwt-
STextSetMaxLength(3Dwt), DwtSTextSetSelection(3Dwt), DwtSTextClearSelection(3Dwt), DwtSTextGetSelection(3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding
DwtSTextGetString(3Dwt)