XGetIconSizes man page on HP-UX

Man page or keyword search:  
man Server   10987 pages
apropos Keyword Search (all sections)
Output format
HP-UX logo
[printable version]

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 XOpenDis‐
	   play().

  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 Communi‐
  cation.

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(),  XGet‐
  NormalHints(),  XGetSizeHints(), XGetTransientForHint(), XGetWMHints(),
  XGetZoomHints(), XSetClassHint(), XSetCommand(), XSetIconSizes(), XSet‐
  NormalHints(),  XSetSizeHints(), XSetTransientForHint(), XSetWMHints(),
  XSetZoomHints(), XStoreName*().

Xlib - Window Manager Hints				       XGetIconSizes()
[top]

List of man pages available for HP-UX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net