cairoPushGroupWithContent       package:RGtk2       R Documentation

_c_a_i_r_o_P_u_s_h_G_r_o_u_p_W_i_t_h_C_o_n_t_e_n_t

_D_e_s_c_r_i_p_t_i_o_n:

     Temporarily redirects drawing to an intermediate surface known as
     a group. The redirection lasts until the group is completed by a
     call to 'cairoPopGroup' or 'cairoPopGroupToSource'. These calls
     provide the result of any drawing to the group as a pattern,
     (either as an explicit object, or set as the source pattern).

_U_s_a_g_e:

     cairoPushGroupWithContent(cr, content)

_A_r_g_u_m_e_n_t_s:

    'cr': ['Cairo']  a cairo context

'content': ['CairoContent']  a %'CairoContent' indicating the type of
          group that will be created

_D_e_t_a_i_l_s:

     The group will have a content type of 'content'. The ability to
     control this content type is the only distinction between this
     function and 'cairoPushGroup' which you should see for a more
     detailed description of group rendering.  

     Since  1.2

_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

