XmTextFieldGetBaseline (3) Linux Manual Page
XmTextFieldGetBaseline — A TextField function that accesses the y position of the baseline
Synopsis
#include <Xm/TextF.h>
int XmTextFieldGetBaseline(
Widget widget);
Description
XmTextFieldGetBaseline accesses the y position of the baseline in the TextField widget, relative to the y position of the top of the widget.- widget
- Specifies the TextField widget ID
For a complete definition of TextField and its associated resources, see XmTextField(3).
