


XSetArcMode(3X11)					    XSetArcMode(3X11)
X11R5									X11R5



NAME
  XSetArcMode, XSetSubwindowMode, XSetGraphicsExposure - GC convenience	rou-
  tines

SYNTAX
  XSetArcMode(_d_i_s_p_l_a_y, _g_c, _a_r_c__m_o_d_e)
	Display	*_d_i_s_p_l_a_y;
	GC _g_c;
	int _a_r_c__m_o_d_e;

  XSetSubwindowMode(_d_i_s_p_l_a_y, _g_c, _s_u_b_w_i_n_d_o_w__m_o_d_e)
	Display	*_d_i_s_p_l_a_y;
	GC _g_c;
	int _s_u_b_w_i_n_d_o_w__m_o_d_e;

  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)
	Display	*_d_i_s_p_l_a_y;
	GC _g_c;
	Bool _g_r_a_p_h_i_c_s__e_x_p_o_s_u_r_e_s;

ARGUMENTS

  _a_r_c__m_o_d_e  Specifies the arc mode.  You can pass _A_r_c_C_h_o_r_d or _A_r_c_P_i_e_S_l_i_c_e.

  _d_i_s_p_l_a_y   Specifies the connection to	the X server.

  _g_c	    Specifies the GC.

  _g_r_a_p_h_i_c_s__e_x_p_o_s_u_r_e_s
	    Specifies a	Boolean	value that indicates whether 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 be reported when	calling
	    _X_C_o_p_y_A_r_e_a and _X_C_o_p_y_P_l_a_n_e with this GC.

  _s_u_b_w_i_n_d_o_w__m_o_d_e
	    Specifies the subwindow mode.  You can pass	_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.

DESCRIPTION
  The _X_S_e_t_A_r_c_M_o_d_e function sets	the arc	mode in	the specified GC.

  _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 errors.

  The _X_S_e_t_S_u_b_w_i_n_d_o_w_M_o_d_e	function sets the subwindow mode in the	specified GC.

  _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_V_a_l_u_e errors.

  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-exposures flag in the
  specified GC.

  _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 _B_a_d_V_a_l_u_e errors.


DIAGNOSTICS

  _B_a_d_A_l_l_o_c  The	server failed to allocate the requested	resource or server
	    memory.

  _B_a_d_G_C	    A value for	a GContext argument does not name a defined GContext.

  _B_a_d_V_a_l_u_e  Some numeric value falls outside the range of values accepted by
	    the	request.  Unless a specific range is specified for an argu-
	    ment, the full range defined by the	argument's type	is accepted.
	    Any	argument defined as a set of alternatives can generate this
	    error.

SEE ALSO
  XCopyArea(3X11), XCreateGC(3X11), XQueryBestSize(3X11),
  XSetClipOrigin(3X11),	XSetFillStyle(3X11), XSetFont(3X11),
  XSetLineAttributes(3X11), XSetState(3X11), XSetTile(3X11)
  _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e






















































