Index Index for
Section 3
Index Alphabetical
listing for D
Index Bottom of
page

DXmCSTextXYToPos(3X)

NAME

DXmCSTextXYToPos - Retrieves (returns) the position in the text of the character nearest to a specified x and y position.

SYNOPSIS

DXmCSTextPosition DXmCSTextXYToPos( Widget widget, Position x, Position y );

PARAMETERS

widget The identifier (widget ID) of the compound string text widget. x The x coordinate relative to the upper left corner of the widget. y The y coordinate relative to the upper left corner of the widget.

DESCRIPTION

The DXmCSTextXYToPos routine returns an integer that identifies the position in the text of the character that is nearest to a specified x and y position.

RETURN VALUES

An integer that identifies the position of the character in the text. This integer represents the number of characters from the beginning of the text buffer, with 0 indicating the position of the first character.

SEE ALSO

DXmCSTextPosToXY(3X)

Index Index for
Section 3
Index Alphabetical
listing for D
Index Top of
page