home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-bin / x11r6.1 / man / cat3 / xgetwmclientmachine.0 < prev    next >
Encoding:
Text File  |  1996-10-17  |  2.1 KB  |  67 lines

  1.  
  2.  
  3.  
  4. XSetWMClientMachine(3X11) XLIB FUNCTIONSXSetWMClientMachine(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSetWMClientMachine, XGetWMClientMachine - set or read a
  9.        window's WM_CLIENT_MACHINE property
  10.  
  11. SSYYNNTTAAXX
  12.        void XSetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t___p_r_o_p)
  13.          Display *_d_i_s_p_l_a_y;
  14.          Window _w;
  15.          XTextProperty *_t_e_x_t___p_r_o_p;
  16.  
  17.        Status XGetWMClientMachine(_d_i_s_p_l_a_y, _w, _t_e_x_t___p_r_o_p___r_e_t_u_r_n)
  18.          Display *_d_i_s_p_l_a_y;
  19.          Window _w;
  20.          XTextProperty *_t_e_x_t___p_r_o_p___r_e_t_u_r_n;
  21.  
  22. AARRGGUUMMEENNTTSS
  23.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  24.  
  25.        _t_e_x_t___p_r_o_p Specifies the _X_T_e_x_t_P_r_o_p_e_r_t_y structure to be
  26.          used.
  27.  
  28.        _t_e_x_t___p_r_o_p___r_e_t_u_r_n
  29.          Returns the _X_T_e_x_t_P_r_o_p_e_r_t_y structure.
  30.  
  31.        _w     Specifies the window.
  32.  
  33. DDEESSCCRRIIPPTTIIOONN
  34.        The _X_S_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function calls _X_S_e_t_-
  35.        _T_e_x_t_P_r_o_p_e_r_t_y to set the WM_CLIENT_MACHINE property.
  36.  
  37.        The _X_G_e_t_W_M_C_l_i_e_n_t_M_a_c_h_i_n_e convenience function performs an
  38.        _X_G_e_t_T_e_x_t_P_r_o_p_e_r_t_y on the WM_CLIENT_MACHINE property.  It
  39.        returns a nonzero status on success; otherwise, it returns
  40.        a zero status.
  41.  
  42. PPRROOPPEERRTTIIEESS
  43.        WM_CLIENT_MACHINE
  44.          The string name of the machine on which the
  45.          client application is running.
  46.  
  47. SSEEEE AALLSSOO
  48.        XAllocClassHint(3X11), XAllocIconSize(3X11), XAllocSize-
  49.        Hints(3X11), XAllocWMHints(3X11), XSetCommand(3X11), XSet-
  50.        TransientForHint(3X11), XSetTextProperty(3X11), XSetWMCol-
  51.        ormapWindows(3X11), XSetWMIconName(3X11), XSetWM-
  52.        Name(3X11), XSetWMProperties(3X11), XSetWMProtocols(3X11),
  53.        XStringListToTextProperty(3X11)
  54.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.