hpux man page for xdisplayheight

Query: xdisplayheight

OS: hpux

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

XDisplayHeight*()														 XDisplayHeight*()

Name
  XDisplayHeight, XDisplayHeightMM, DisplayHeight, DisplayHeightMM - query height of screen in pixels or millimeters.

Synopsis
  int XDisplayHeight(display, screen_number)
	   Display *display;
	   int screen_number;
  int XDisplayHeightMM(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 height in pixels or millimeters.

Description
  XDisplayHeight*() returns an integer that describes the height of the screen in pixels.  XDisplayHeightMM() returns the height of the spec-
  ified screen in millimeters.

  The C language macros DisplayHeight() and DisplayHeightMM() are equivalent and slightly more efficient.

  These functions are misnamed; they should really be XScreenHeight() and XScreenHeightMM().

See Also
  XDisplayWidth*(), XDisplayWidthMM(), XGetWindowAttributes(), XGetGeometry().

Xlib - Macro Equivalents													 XDisplayHeight*()
Related Man Pages
imagebyteorder(3) - debian
xpixmapformatvalues(3) - debian
bitmapunit(3) - centos
displayheight(3) - centos
displayheightmm(3) - centos
Similar Topics in the Unix Linux Community
Unix File Permissions
Is UNIX an open source OS ?
SAN Migration question
Hpux 11iV3 administration document
Thank you members and admins