Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

DwtSTextGetString(3Dwt)

Name

DwtSTextGetString − Retrieves the text string from the simple text widget. 

Syntax

char  *DwtSTextGetString(widget)
     Widget widget;

Arguments

widgetSpecifies 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), DwtSTextSetMaxLength (3Dwt), DwtSTextSetSelection (3Dwt), DwtSTextClearSelection (3Dwt), DwtSTextGetSelection (3Dwt)
Guide to the XUI Toolkit: C Language Binding
Guide to the XUI Toolkit Intrinsics: C Language Binding

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026