gtk-Graphics-Contexts         package:RGtk2         R Documentation

_G_r_a_p_h_i_c_s _C_o_n_t_e_x_t_s

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

     A shared pool of GdkGC objects

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkGcGet(depth, colormap, values)'
      'gtkGcRelease(gc)'

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

     These functions provide access to a shared pool of 'GdkGC'
     objects. When a new 'GdkGC' is needed, 'gtkGcGet' is called with
     the required depth, colormap and 'GdkGCValues'. If a 'GdkGC' with
     the required properties already exists then that is returned. If
     not, a new 'GdkGC' is created. When the 'GdkGC' is no longer
     needed, 'gtkGcRelease' should be called.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/gtk-Graphics-Contexts.html>

