home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXCCCCrrrreeeeaaaatttteeeeRRRReeeeggggiiiioooonnnn((((3333XXXX11111111))))XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333)))) XXXXCCCCrrrreeeeaaaatttteeeeRRRReeeeggggiiiioooonnnn((((3333XXXX11111111))))
-
-
-
- NNNNAAAAMMMMEEEE
- XCreateRegion, XSetRegion, XDestroyRegion - create or
- destroy regions
-
- SSSSYYYYNNNNTTTTAAAAXXXX
- Region XCreateRegion()
-
- XSetRegion(_d_i_s_p_l_a_y, _g_c, _r)
- Display *_d_i_s_p_l_a_y;
- GC _g_c;
- Region _r;
-
- XDestroyRegion(_r)
- Region _r;
-
- AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
- _d_i_s_p_l_a_y Specifies the connection to the X server.
-
- _g_c Specifies the GC.
-
- _r Specifies the region.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _X_C_r_e_a_t_e_R_e_g_i_o_n function creates a new empty region.
-
- The _X_S_e_t_R_e_g_i_o_n function sets the clip-mask in the GC to the
- specified region. The region is specified relative to the
- drawable's origin. The resulting GC clip origin is
- implementation-dependent. Once it is set in the GC, the
- region can be destroyed.
-
- The _X_D_e_s_t_r_o_y_R_e_g_i_o_n function deallocates the storage
- associated with a specified region.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- XEmptyRegion(3X11), XIntersectRegion(3X11)
- _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 4/30/98)
-
-
-
-