|
DXmCSTextGetTopPosition(3X)
Contents
|
DXmCSTextGetTopPosition - Retrieves (returns) the logical
position of the first character in the displayed text.
DXmCSTextPosition DXmCSTextGetTopPosition(
Widget widget );
The identifier (widget ID) of the compound string text
widget.
The DXmCSTextGetTopPosition routine returns the logical
position of the first character in the displayed text. If
the direction is left-to-right, the first character is at
the top-left of the display. If the direction is right-toleft
the first character is at the top-right of the display.
An integer that represents the logical position of the
first character in the text buffer.
DXmCSTextGetTopPosition(3X)
[ Back ] |