DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
X Version 11 (Release 5)

XSetWMClientMachine(XS)


XSetWMClientMachine -- set or read a window's WM_CLIENT_MACHINE property

Syntax

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

Status XGetWMClientMachine(display, w, text_prop_return) Display *display; Window w; XTextProperty *text_prop_return;

Arguments


display
Specifies the connection to the X server.

text_prop
Specifies the XTextProperty structure to be used.

text_prop_return
Returns the XTextProperty structure.

w
Specifies the window.

Description

The XSetWMClientMachine convenience function calls XSetTextProperty to set the WM_CLIENT_MACHINE property.

The XGetWMClientMachine convenience function performs an XGetTextProperty on the WM_CLIENT_MACHINE property. It returns nonzero status on success; otherwise it returns a zero status.

Properties


WM_CLIENT_MACHINE
The string name of the machine on which the client application is running.

See also

XAllocClassHint(XS), XAllocIconSize(XS), XAllocSizeHints(XS), XAllocWMHints(XS), XSetCommand(XS), XSetTransientForHint(XS), XSetTextProperty(XS), XSetWMColormapWindows(XS), XSetWMIconName(XS), XSetWMName(XS), XSetWMProperties(XS), XSetWMProtocols(XS), XStringListToTextProperty(XS)

Xlib - C Language X Interface
© 2003 Caldera International, Inc. All rights reserved.
SCO OpenServer Release 5.0.7 -- 11 February 2003