*** 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: XmWidgetGetDisplayRect | Section: 3 | Source: Digital UNIX | File: XmWidgetGetDisplayRect.3X.gz
XmWidgetGetDisplayRect(3X) XmWidgetGetDisplayRect(3X) NAME XmWidgetGetDisplayRect - Retrieves display rectangle information for a widget SYNOPSIS #include <Xm/Xm.h> Boolean XmWidgetGetDisplayRect (widget, displayrect) Widget widget; XRectangle *displayrect; DESCRIPTION XmWidgetGetDisplayRect returns the width, height and the x and y coor- dinates of the upper left corner of the display rectangle of the speci- fied widget. The display rectangle is the smallest rectangle that en- closes either a string or a pixmap. If the widget contains a string, the return values specify the x and y coordinates of the upper left corner of the display rectangle relative to the origin of the widget and the width and height in pixels. In the case of a pixmap, the return values specify the x and y coordi- nates of the upper left corner of the pixmap relative to the origin, and the width and height of the pixmap in pixels. Specifies the widget ID Specifies a pointer to an XRectangle structure in which the x and y coordinates, width and height of the display rectangle are returned RETURN VALUE Returns True if the specified widget has an associated display rectan- gle; otherwise, returns False. SEE ALSO XmWidgetGetBaselines(3X) XmWidgetGetDisplayRect(3X)

Navigation Options