Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

dxmcstextgetlastposition(3x) [osf1 man page]

DXmCSTextGetLastPosition(3X)											      DXmCSTextGetLastPosition(3X)

NAME
DXmCSTextGetLastPosition - Retrieves (returns) the logical position of the last character in the text. SYNOPSIS
DXmCSTextPosition DXmCSTextGetLastPosition( Widget widget ); PARAMETERS
The identifier (widget ID) of the compound string text widget. DESCRIPTION
The DXmCSTextGetLastPosition routine retrieves the logical position of the last character in the text by returning an integer. The posi- tion may correspond to a line feed. RETURN VALUES
An integer that represents the logical position of the last character in the text buffer. DXmCSTextGetLastPosition(3X)

Check Out this Related Man Page

DwtCSTextReplace(3Dwt)													    DwtCSTextReplace(3Dwt)

Name
       DwtCSTextReplace - Replaces a portion of the current text in the compound-string text widget or inserts some new text into the current text
       of the compound-string text widget.

Syntax
       void DwtCSTextReplace(widget, from_pos, to_pos, value)
	    Widget widget;
	    int from_pos, to_pos;
	    DwtCompString value;

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

       from_pos  Specifies the first character position of the compound-string text being replaced.

       to_pos	 Specifies the last character position of the compound-string text being replaced.

       value	 Specifies the text to replace part of the current text in the compound-string text widget.

Description
       The DwtCSTextReplace function 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.

See Also
       DwtCSText(3Dwt), DwtCSTextCreate(3Dwt), DwtCSTextSetString(3Dwt),  DwtCSTextGetEditable(3Dwt),  DwtCSTextSetEditable(3Dwt),  DwtCS-
       TextGetMaxLength(3Dwt), DwtCSTextSetMaxLength(3Dwt), DwtCSTextSetSelection(3Dwt), DwtCSTextGetSelection(3Dwt)
       Guide to the XUI Toolkit: C Language Binding
       Guide to the XUI Toolkit Intrinsics: C Language Binding

															    DwtCSTextReplace(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