Query: dwtstextgetstring
OS: ultrix
Section: 3dwt
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
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)
Related Man Pages |
---|
dwtcstextseteditable(3dwt) - ultrix |
dwtcstextsetmaxlength(3dwt) - ultrix |
dwtstextgeteditable(3dwt) - ultrix |
dwtstextgetselection(3dwt) - ultrix |
dwtstextsetmaxlength(3dwt) - ultrix |
Similar Topics in the Unix Linux Community |
---|
sed.. Add new line after finding text |
A simple (?) loop |
I need help with string manipulation |