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

  1.  
  2.  
  3.  
  4. XSetFillStyle(3X11)      XLIB FUNCTIONS      XSetFillStyle(3X11)
  5.  
  6.  
  7. NNAAMMEE
  8.        XSetFillStyle, XSetFillRule - GC convenience routines
  9.  
  10. SSYYNNTTAAXX
  11.        XSetFillStyle(_d_i_s_p_l_a_y, _g_c, _f_i_l_l___s_t_y_l_e)
  12.          Display *_d_i_s_p_l_a_y;
  13.          GC _g_c;
  14.          int _f_i_l_l___s_t_y_l_e;
  15.  
  16.        XSetFillRule(_d_i_s_p_l_a_y, _g_c, _f_i_l_l___r_u_l_e)
  17.          Display *_d_i_s_p_l_a_y;
  18.          GC _g_c;
  19.          int _f_i_l_l___r_u_l_e;
  20.  
  21. AARRGGUUMMEENNTTSS
  22.        _d_i_s_p_l_a_y     Specifies the connection to the X server.
  23.  
  24.        _f_i_l_l___r_u_l_e Specifies the fill-rule you want to set for the
  25.          specified GC.    You can pass _E_v_e_n_O_d_d_R_u_l_e or
  26.          _W_i_n_d_i_n_g_R_u_l_e.
  27.  
  28.        _f_i_l_l___s_t_y_l_e
  29.          Specifies the fill-style you want to set for the
  30.          specified GC.    You can pass _F_i_l_l_S_o_l_i_d,
  31.          _F_i_l_l_T_i_l_e_d, _F_i_l_l_S_t_i_p_p_l_e_d, or _F_i_l_l_O_p_a_q_u_e_S_t_i_p_p_l_e_d.
  32.  
  33.        _g_c     Specifies the GC.
  34.  
  35. DDEESSCCRRIIPPTTIIOONN
  36.        The _X_S_e_t_F_i_l_l_S_t_y_l_e function sets the fill-style in the
  37.        specified GC.
  38.  
  39.        _X_S_e_t_F_i_l_l_S_t_y_l_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
  40.        errors.
  41.  
  42.        The _X_S_e_t_F_i_l_l_R_u_l_e function sets the fill-rule in the speci-
  43.        fied GC.
  44.  
  45.        _X_S_e_t_F_i_l_l_R_u_l_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
  46.        errors.
  47.  
  48. DDIIAAGGNNOOSSTTIICCSS
  49.        _B_a_d_A_l_l_o_c     The server failed to allocate the requested
  50.          resource or server memory.
  51.  
  52.        _B_a_d_G_C     A value for a GContext argument does not name a
  53.          defined GContext.
  54.  
  55.        _B_a_d_V_a_l_u_e     Some numeric value falls outside the range of
  56.          values accepted by the request.  Unless a spe-
  57.          cific range is specified for an argument, the
  58.          full range defined by the argument's type is
  59.          accepted.  Any argument defined as a set of
  60.          alternatives can generate this error.
  61.  
  62.  
  63.  
  64. X Version 11           Release 6.1                1
  65.  
  66.  
  67.  
  68.  
  69.  
  70. XSetFillStyle(3X11)      XLIB FUNCTIONS      XSetFillStyle(3X11)
  71.  
  72.  
  73. SSEEEE AALLSSOO
  74.        XCreateGC(3X11), XQueryBestSize(3X11), XSetArcMode(3X11),
  75.        XSetClipOrigin(3X11), XSetFont(3X11), XSetLineAt-
  76.        tributes(3X11), XSetState(3X11), XSetTile(3X11)
  77.        _X_l_i_b _- _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  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.