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

  1.  
  2.  
  3.  
  4. XSetArcMode(3X11)      XLIB FUNCTIONS    XSetArcMode(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure - GC
  9.        convenience routines
  10.  
  11. SSYYNNTTAAXX
  12.        XSetArcMode(_d_i_s_p_l_a_y, _g_c, _a_r_c___m_o_d_e)
  13.          Display *_d_i_s_p_l_a_y;
  14.          GC _g_c;
  15.          int _a_r_c___m_o_d_e;
  16.  
  17.        XSetSubwindowMode(_d_i_s_p_l_a_y, _g_c, _s_u_b_w_i_n_d_o_w___m_o_d_e)
  18.          Display *_d_i_s_p_l_a_y;
  19.          GC _g_c;
  20.          int _s_u_b_w_i_n_d_o_w___m_o_d_e;
  21.  
  22.        XSetGraphicsExposures(_d_i_s_p_l_a_y, _g_c, _g_r_a_p_h_i_c_s___e_x_p_o_s_u_r_e_s)
  23.          Display *_d_i_s_p_l_a_y;
  24.          GC _g_c;
  25.          Bool _g_r_a_p_h_i_c_s___e_x_p_o_s_u_r_e_s;
  26.  
  27. AARRGGUUMMEENNTTSS
  28.        _a_r_c___m_o_d_e     Specifies the arc mode.  You can pass _A_r_c_C_h_o_r_d
  29.          or _A_r_c_P_i_e_S_l_i_c_e.
  30.  
  31.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  32.  
  33.        _g_c     Specifies the GC.
  34.  
  35.        _g_r_a_p_h_i_c_s___e_x_p_o_s_u_r_e_s
  36.          Specifies a Boolean value that indicates whether
  37.          you want _G_r_a_p_h_i_c_s_E_x_p_o_s_e and _N_o_E_x_p_o_s_e events to
  38.          be reported when calling _X_C_o_p_y_A_r_e_a and _X_C_o_p_y_-
  39.          _P_l_a_n_e with this GC.
  40.  
  41.        _s_u_b_w_i_n_d_o_w___m_o_d_e
  42.          Specifies the subwindow mode.    You can pass
  43.          _C_l_i_p_B_y_C_h_i_l_d_r_e_n or _I_n_c_l_u_d_e_I_n_f_e_r_i_o_r_s.
  44.  
  45. DDEESSCCRRIIPPTTIIOONN
  46.        The _X_S_e_t_A_r_c_M_o_d_e function sets the arc mode in the speci-
  47.        fied GC.
  48.  
  49.        _X_S_e_t_A_r_c_M_o_d_e can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and _B_a_d_V_a_l_u_e
  50.        errors.
  51.  
  52.        The _X_S_e_t_S_u_b_w_i_n_d_o_w_M_o_d_e function sets the subwindow mode in
  53.        the specified GC.
  54.  
  55.        _X_S_e_t_S_u_b_w_i_n_d_o_w_M_o_d_e can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and _B_a_d_-
  56.        _V_a_l_u_e errors.
  57.  
  58.        The _X_S_e_t_G_r_a_p_h_i_c_s_E_x_p_o_s_u_r_e_s function sets the graphics-
  59.        exposures flag in the specified GC.
  60.  
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XSetArcMode(3X11)      XLIB FUNCTIONS    XSetArcMode(3X11)
  71.  
  72.  
  73.        _X_S_e_t_G_r_a_p_h_i_c_s_E_x_p_o_s_u_r_e_s can generate _B_a_d_A_l_l_o_c, _B_a_d_G_C, and
  74.        _B_a_d_V_a_l_u_e errors.
  75.  
  76. DDIIAAGGNNOOSSTTIICCSS
  77.        _B_a_d_A_l_l_o_c     The server failed to allocate the requested
  78.          resource or server memory.
  79.  
  80.        _B_a_d_G_C     A value for a GContext argument does not name a
  81.          defined GContext.
  82.  
  83.        _B_a_d_V_a_l_u_e     Some numeric value falls outside the range of
  84.          values accepted by the request.  Unless a spe-
  85.          cific range is specified for an argument, the
  86.          full range defined by the argument's type is
  87.          accepted.  Any argument defined as a set of
  88.          alternatives can generate this error.
  89.  
  90. SSEEEE AALLSSOO
  91.        XCopyArea(3X11), XCreateGC(3X11), XQueryBestSize(3X11),
  92.        XSetClipOrigin(3X11), XSetFillStyle(3X11), XSetFont(3X11),
  93.        XSetLineAttributes(3X11), XSetState(3X11), XSetTile(3X11)
  94.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  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.