Query: xmwidgetgetdisplayrect
OS: redhat
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XmWidgetGetDisplayRect(library call) XmWidgetGetDisplayRect(library call)NAMEXmWidgetGetDisplayRect -- Retrieves display rectangle information for a widgetSYNOPSIS#include <Xm/Xm.h> Boolean XmWidgetGetDisplayRect( Widget widget, XRectangle *displayrect);DESCRIPTIONXmWidgetGetDisplayRect returns the width, height and the x and y-coordinates of the upper left corner of the display rectangle of the spec- ified 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 rela- tive 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. widget Specifies the widget ID displayrect Specifies a pointer to an XRectangle structure in which the x and y-coordinates, width and height of the display rectangle are returnedRETURNReturns True if the specified widget has an associated display rectangle; otherwise, returns False.RELATEDXmWidgetGetBaselines(3). XmWidgetGetDisplayRect(library call)
| Related Man Pages | 
|---|
| xdrawrectangle(3) - debian | 
| xrectangle(3) - debian | 
| xmlistpostobounds(3) - centos | 
| xdrawrectangle(3x11) - ultrix | 
| xmlistpostobounds(3) - hpux | 
| Similar Topics in the Unix Linux Community | 
|---|
| Reduced Activity Notification | 
| Create an unconfigured VMware host from a template that is set to do firstboot --reconfig | 
| About TODO | 
| Shopt -s histappend | 
| [TIP] Processing YAML files with yq |