Manual Page Result
0
Command: XmTextFieldGetBaseline | Section: 3 | Source: Digital UNIX | File: XmTextFieldGetBaseline.3X.gz
XmTextFieldGetBaseline(3X) XmTextFieldGetBaseline(3X)
NAME
XmTextFieldGetBaseline - A TextField function that accesses the x posi-
tion of the first baseline
SYNOPSIS
#include <Xm/TextF.h>
int XmTextFieldGetBaseline (widget)
Widget widget;
DESCRIPTION
XmTextFieldGetBaseline accesses the x position of the first baseline in
the TextField widget, relative to the x position of the top of the wid-
get. Specifies the TextField widget ID
For a complete definition of TextField and its associated resources,
see XmTextField(3X).
RETURN VALUE
Returns an integer value that indicates the x position of the first
baseline in the TextField widget. The calculation takes into account
the margin height, shadow thickness, highlight thickness, and font as-
cent of the first font in the fontlist. In this calculation the x po-
sition of the top of the widget is 0.
SEE ALSO
XmTextField(3X)
XmTextFieldGetBaseline(3X)