DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

XmTextGetBaseline(Xm)


XmTextGetBaseline -- a Text function that accesses the x position of the first baseline

Syntax

#include <Xm/Text.h>

int XmTextGetBaseline (widget) Widget widget;

Description

XmTextGetBaseline accesses the x position of the first baseline in the Text widget, relative to the x position of the top of the widget.

widget
Specifies the Text widget ID

For a complete definition of Text and its associated resources, see XmText(Xm).

Return value

Returns an integer value that indicates the x position of the first baseline in the Text widget. The calculation takes into account the margin height, shadow thickness, highlight thickness, and font ascent of the first font in the fontlist. In this calculation the x position of the top of the widget is 0.

See also

XmText(Xm)
© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 26 May 2005