Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstextgetstring(3x) [osf1 man page]

DXmCSTextGetString(3X)													    DXmCSTextGetString(3X)

NAME
DXmCSTextGetString - Retrieves all the text from the compound string text widget. SYNOPSIS
XmString DXmCSTextGetString( Widget widget ); PARAMETERS
The identifier (widget ID) of the compound string text widget. DESCRIPTION
The DXmCSTextGetString routine retrieves the current compound string from the compound string text widget. The application is responsible for freeing the storage associated with the compound string by calling the Intrinsic routine XtStringFree. RETURN VALUES
A pointer to a compound string holding all the current text in the compound string text widget. SEE ALSO
DXmCreateCSText(3X), DXmCSTextReplace(3X), DXmCSTextSetString(3X) DXmCSTextGetString(3X)

Check Out this Related Man Page

DwtCSTextSetString(3Dwt)												  DwtCSTextSetString(3Dwt)

Name
       DwtCSTextSetString - Changes the text in the compound-string text widget.

Syntax
       void DwtCSTextSetString(widget, value)
	    Widget widget;
	    DwtCompString value;

Arguments
       widget	 Specifies the ID of the compound-string text widget.

       value	 Specifies the text that replaces all text in the current compound-string text widget.

Description
       The DwtCSTextSetString function completely changes the text in the compound-string text widget.

See Also
       DwtCSText(3Dwt), DwtCSTextCreate(3Dwt), DwtCSTextReplace(3Dwt), DwtCSTextGetString(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

															  DwtCSTextSetString(3Dwt)
Man Page

We Also Found This Discussion For You

1. What is on Your Mind?

Throw my Toys out of the Pram!

Hi Folks, Today hasn't been the best one of my career in IT. I've been a contractor for a major utility company for a number of years, on a number of seperate IT contracts mostly Unix. The company had 10 different flavours of unix and multiple different varsions of most of them. At the... (3 Replies)
Discussion started by: gull04
3 Replies