Content-type: text/html Man page of XmWidgetGetDisplayRect

XmWidgetGetDisplayRect

Section: (3X)
Updated:
Index Return to Main Contents
 

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 coordinates of the upper left corner of the display rectangle of the specified widget. The display rectangle is the smallest rectangle that encloses 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 coordinates 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 rectangle; otherwise, returns False.
 

SEE ALSO

XmWidgetGetBaselines(3X)


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUE
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 02:42:16 GMT, October 02, 2010