xsetwmclientmachine(3) hpux man page | unix.com

Man Page: xsetwmclientmachine

Operating Environment: hpux

Section: 3

XSetWMClientMachine()													     XSetWMClientMachine()

Name
  XSetWMClientMachine - set a window's XA_WM_CLIENT_MACHINE property.

Synopsis
  void XSetWMClientMachine(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
  XSetWMClientMachine()  performs  an  XSetTextProperty()  to  set  the XA_WM_CLIENT_MACHINE property of the specified window.	This property
  should contain the name of the host machine on which this client is being run, as seen from the server.

  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
  XGetWMClientMachine().

Xlib - Window Manager Hints												     XSetWMClientMachine()
Related Man Pages
xgetwmclientmachine(3) - x11r4
xgetwmclientmachine(3) - suse
xsetwmclientmachine(3) - suse
xgetwmclientmachine(3x11) - osf1
xsetwmclientmachine(3) - freebsd
Similar Topics in the Unix Linux Community
How to list file size on HPUX?
Is UNIX an open source OS ?
How to extract every repeated string between two specific string?
Sequence extraction
Tar Command