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

  1.  
  2.  
  3.  
  4. XChangeSaveSet(3X11)      XLIB FUNCTIONS     XChangeSaveSet(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XChangeSaveSet, XAddToSaveSet, XRemoveFromSaveSet - change
  9.        a client's save set
  10.  
  11. SSYYNNTTAAXX
  12.        XChangeSaveSet(_d_i_s_p_l_a_y, _w, _c_h_a_n_g_e___m_o_d_e)
  13.          Display *_d_i_s_p_l_a_y;
  14.          Window _w;
  15.          int _c_h_a_n_g_e___m_o_d_e;
  16.  
  17.        XAddToSaveSet(_d_i_s_p_l_a_y, _w)
  18.          Display *_d_i_s_p_l_a_y;
  19.          Window _w;
  20.  
  21.        XRemoveFromSaveSet(_d_i_s_p_l_a_y, _w)
  22.          Display *_d_i_s_p_l_a_y;
  23.          Window _w;
  24.  
  25. AARRGGUUMMEENNTTSS
  26.        _c_h_a_n_g_e___m_o_d_e
  27.          Specifies the mode.  You can pass _S_e_t_M_o_d_e_I_n_s_e_r_t
  28.          or _S_e_t_M_o_d_e_D_e_l_e_t_e.
  29.  
  30.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  31.  
  32.        _w     Specifies the window that you want to add or
  33.          delete from the client's save-set.
  34.  
  35. DDEESSCCRRIIPPTTIIOONN
  36.        Depending on the specified mode, _X_C_h_a_n_g_e_S_a_v_e_S_e_t either
  37.        inserts or deletes the specified window from the client's
  38.        save-set.  The specified window must have been created by
  39.        some other client, or a _B_a_d_M_a_t_c_h error results.
  40.  
  41.        _X_C_h_a_n_g_e_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h, _B_a_d_V_a_l_u_e, and _B_a_d_-
  42.        _W_i_n_d_o_w errors.
  43.  
  44.        The _X_A_d_d_T_o_S_a_v_e_S_e_t function adds the specified window to
  45.        the client's save-set.  The specified window must have
  46.        been created by some other client, or a _B_a_d_M_a_t_c_h error
  47.        results.
  48.  
  49.        _X_A_d_d_T_o_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w errors.
  50.  
  51.        The _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t function removes the specified win-
  52.        dow from the client's save-set.    The specified window must
  53.        have been created by some other client, or a _B_a_d_M_a_t_c_h
  54.        error results.
  55.  
  56.        _X_R_e_m_o_v_e_F_r_o_m_S_a_v_e_S_e_t can generate _B_a_d_M_a_t_c_h and _B_a_d_W_i_n_d_o_w
  57.        errors.
  58.  
  59. DDIIAAGGNNOOSSTTIICCSS
  60.        _B_a_d_M_a_t_c_h     Some argument or pair of arguments has the
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XChangeSaveSet(3X11)      XLIB FUNCTIONS     XChangeSaveSet(3X11)
  71.  
  72.  
  73.          correct type and range but fails to match in
  74.          some other way required by the request.
  75.  
  76.        _B_a_d_V_a_l_u_e     Some numeric value falls outside the range of
  77.          values accepted by the request.  Unless a spe-
  78.          cific range is specified for an argument, the
  79.          full range defined by the argument's type is
  80.          accepted.  Any argument defined as a set of
  81.          alternatives can generate this error.
  82.  
  83.        _B_a_d_W_i_n_d_o_w A value for a Window argument does not name a
  84.          defined Window.
  85.  
  86. SSEEEE AALLSSOO
  87.        XReparentWindow(3X11)
  88.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130. X Version 11           Release 6.1                2
  131.  
  132.  
  133.