xsetwmiconname(3) hpux man page | unix.com

Man Page: xsetwmiconname

Operating Environment: hpux

Section: 3

XSetWMIconName()														  XSetWMIconName()

Name
  XSetWMIconName - set a window's XA_WM_ICON_NAME property.

Synopsis
  void XSetWMIconName(display, w, text_prop)
	Display *display;
	Window w;
	XTextProperty *text_prop;

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

  w	    Specifies the window.

  text_prop Specifies the XTextProperty structure to be used.

Availability
  Release 4 and later.

Description
  XSetWMIconName()  performs  an XSetTextProperty() to set the XA_WM_ICON_NAME property of the specified window.  XSetWMIconName() supersedes
  XSetIconName().

  This is usually called by an application to set the property for the window manager.	The name should be short, since it is to be displayed
  in association with an icon.

  XSetStandardProperties() (in Release 3) or XSetWMProperties() (in Release 4 and later) also set this property.

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

Structures
     typedef struct {
	 unsigned char *value;		/* same as Property routines */
	 Atom encoding; 		/* prop type */
	 int format;			/* prop data format: 8, 16, or 32 */
	 unsigned long nitems;		/* number of data items in value */
     } XTextProperty;

See Also
  XGetWMIconName(), XGetWMName(), XSetWMName(), XSetWMProperties().

Xlib - Window Manager Hints													  XSetWMIconName()
Related Man Pages
xseticonname(3x11) - redhat
xsetwmiconname(3x11) - redhat
xgetwmiconname(3x11) - ultrix
xgeticonname(3x11) - osf1
xseticonname(3x11) - osf1
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Sequence extraction
Thank you members and admins
Seeking Alternative for diff in hp