Query: xdisplaywidth
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XDisplayWidth*() XDisplayWidth*() Name XDisplayWidth, XDisplayWidthMM, DisplayWidth, DisplayWidthMM - query width of screen in pixels or millimeters. Synopsis int XDisplayWidthMM(display, screen_number) Display *display; int screen_number; Arguments display Specifies a connection to an X server; returned from XOpenDisplay(). screen_number Specifies the appropriate screen number on the server. Returns The width in pixels or millimeters. Description XDisplayWidth*() returns an integer that describes the width of the screen in pixels. XDisplayWidthMM() returns the width of the specified screen in millimeters. The C language macros DisplayWidth() and DisplayWidthMM() are equivalent and slightly more efficient. These functions are misnamed; they should really be XScreenWidth() and XScreenWidthMM(). See Also XDisplayHeight*(), XDisplayHeightMM(), XGetWindowAttributes(), XGetGeometry(). Xlib - Macro Equivalents XDisplayWidth*()
Related Man Pages |
---|
bitmapbitorder(3) - debian |
displaywidthmm(3) - debian |
xpixmapformatvalues(3) - debian |
bitmapbitorder(3) - centos |
displayheight(3) - centos |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Is UNIX an open source OS ? |
SAN Migration question |
Sequence extraction |
Wrong Array... |