hpux man page for xgeticonsizes

Query: xgeticonsizes

OS: hpux

Section: 3

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

XGetIconSizes() 														   XGetIconSizes()

Name
  XGetIconSizes - get preferred icon sizes.

Synopsis
  Status XGetIconSizes(display, w, size_list_return, count_return)
	Display *display;
	Window w;
	XIconSize **size_list_return;
	int *count_return;

Arguments
  display  Specifies a connection to an X server; returned from XOpenDisplay().

  w	   Specifies the window ID (usually of the root window).

  size_list_return
	   Returns a pointer to the size list.

  count_return
	   Returns the number of items in the size list.

Returns
  Zero on failure, non-zero on success.

Description
  XGetIconSizes()  reads  the XA_WM_ICON_SIZE property that should be set by the window manager to specify its desired icon sizes.  XGetIcon-
  Sizes() returns a Status of zero if a window manager has not set icon sizes, and a non-zero Status  otherwise.   This  function  should  be
  called  by  all programs to find out what icon sizes are preferred by the window manager.  The application should then use XSetWMHints() to
  supply the window manager with an icon pixmap or window in one of the supported sizes.  To free the data allocated in size_list_return, use
  XFree().

  For more information, see Volume One, Chapter 12, Interclient Communication.

Structures
     typedef struct {
	 int min_width, min_height;
	 int max_width, max_height;
	 int width_inc, height_inc;
     } XIconSize;
     /* width_inc and height_inc provide the preferred increment of sizes in the
      * range from min_width to max_width and min_height to max_height. */

Errors
  BadWindow

See Also
  XAllocIconSize(), XFetchName(), XGetClassHint(), XGetIconName(), XGetNormalHints(), XGetSizeHints(), XGetTransientForHint(), XGetWMHints(),
  XGetZoomHints(),   XSetClassHint(),	XSetCommand(),	 XSetIconSizes(),   XSetNormalHints(),	  XSetSizeHints(),    XSetTransientForHint(),
  XSetWMHints(), XSetZoomHints(), XStoreName*().

Xlib - Window Manager Hints													   XGetIconSizes()
Related Man Pages
xallociconsize(3) - debian
xgeticonsizes(3) - debian
xseticonsizes(3) - debian
xallociconsize(3) - centos
xiconsize(3) - centos
Similar Topics in the Unix Linux Community
Java Desktop Icon - which window manager?
Mac OS X v10.5: Using a Multi-Touch trackpad to adjust icon sizes in the Finder or a
Display Directories with their sizes in human readable format