Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmsvngetcomponenttext(3x) [osf1 man page]

DXmSvnGetComponentText(3X)												DXmSvnGetComponentText(3X)

NAME
DXmSvnGetComponentText - Retrieves (returns) the address of a compound string. SYNOPSIS
XmString DXmSvnGetComponentText( Widget widget, int entry_number, int comp_number ); PARAMETERS
The identifier (widget ID) of the SVN widget. An integer that represents the number of the entry. An integer that represents the number of the component. DESCRIPTION
The DXmSvnGetComponentText routine returns the address of a compound string that was previously stored from a call to the DXmSvnSetCompo- nentText routine. RETURN VALUES
A pointer to the compound string. DXmSvnGetComponentText(3X)

Check Out this Related Man Page

DXmCSTextReplace(3X)													      DXmCSTextReplace(3X)

NAME
DXmCSTextReplace - Replaces a specified segment of text in a compound string text widget. SYNOPSIS
DXmCSTextStatus DXmCSTextReplace( Widget widget, int from_pos, int to_pos, XmString value ); PARAMETERS
The identifier (widget ID) of the compound string text widget. An integer that represents the first character position of the text being replaced. An integer that represents the last character position of the text being replaced. Replacement text for part of the current text in the compound string text widget, or additional text to be inserted into the compound string text widget. DESCRIPTION
The DXmCSTextReplace routine replaces part of the text in the compound string text widget. Within the widget, positions are numbered starting at 0 and increasing sequentially. For example, to replace the second and third characters in the text, from_pos should be 1 and to_pos should be 3. To insert text after the fourth character, from_pos and to_pos should both be 4. RETURN VALUES
A value that represents the status (success or failure) of the replace operation, as follows: -------------------------------------------------------- Value Description -------------------------------------------------------- DXmCSTextStatusEditDone Text replaced successfully. DXmCSTextStatusEditError Text not replaced (failure). -------------------------------------------------------- SEE ALSO
DXmCreateCSText(3X), DXmCSTextSetString(3X), DXmCSTextGetString(3X) DXmCSTextReplace(3X)
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