*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: XmWidgetGetBaselines | Section: 3 | Source: Digital UNIX | File: XmWidgetGetBaselines.3X.gz
XmWidgetGetBaselines(3X) XmWidgetGetBaselines(3X) NAME XmWidgetGetBaselines - Retrieves baseline information for a widget SYNOPSIS #include <Xm/Xm.h> Boolean XmWidgetGetBaselines (widget, baselines, line_count) Widget widget; Dimension **baselines; int *line_count; DESCRIPTION XmWidgetGetBaselines returns an array that contains one or more base- line values associated with the specified widget. The baseline of any given line of text is a vertical offset in pixels from the origin of the widget's bounding box to the given baseline. This routine allo- cates memory for the returned data. The application must free this memory using XtFree. Specifies the ID of the widget for which baseline values are requested Returns an array that contains the value of each baseline of text in the widget Returns the number of lines in the wid- get RETURN VALUE Returns a Boolean value that indicates whether the widget contains a baseline. If True, the function returns a value for each baseline of text. If False, the function was unable to return a baseline value. SEE ALSO XmWidgetGetDisplayRect(3X) XmWidgetGetBaselines(3X)

Navigation Options