hpux man page for xallociconsize

Query: xallociconsize

OS: hpux

Section: 3

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

XAllocIconSize()														  XAllocIconSize()

Name
  XAllocIconSize - allocate an XIconSize structure.

Synopsis
  XIconSize *XAllocIconSize( )

Returns
  The allocated structure.

Availability
  Release 4 and later.

Description
  XAllocIconSize()  allocates  and  returns a pointer to an XIconSize structure, for use in calling XGetIconSizes() or XSetIconSizes().  Note
  that all fields in the XIconSize structure are initially set to zero.  If insufficient memory is available, XAllocIconSize() returns	NULL.
  To free the memory allocated to this structure, use XFree().

  The  purpose	of  this function is to avoid compiled-in structure sizes, so that object files will be binary compatible with later releases
  that may have new members added to structures.

  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;

See Also
  XGetIconSizes(), XSetIconSizes().

Xlib - Window Manager Hints													  XAllocIconSize()
Related Man Pages
xgeticonsizes(3x11) - osf1
xallociconsize(3) - debian
xgeticonsizes(3) - debian
xgeticonsizes(3) - centos
xgeticonsizes(3) - suse
Similar Topics in the Unix Linux Community
Unix File Permissions
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
awk - Multi-line data to be stored in variable
Tar Command