gtkGcGet                package:RGtk2                R Documentation

_g_t_k_G_c_G_e_t

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

     Gets a 'GdkGC' with the given depth, colormap and 'GdkGCValues'.
     If a 'GdkGC' with the given properties already exists then it is
     returned, otherwise a new 'GdkGC' is created. The returned 'GdkGC'
     should be released with 'gtkGcRelease' when it is no longer
     needed.

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

     gtkGcGet(depth, colormap, values)

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

 'depth': [integer] the depth of the 'GdkGC' to create.

'colormap': ['GdkColormap'] the 'GdkColormap' (FIXME: I don't know why
          this is needed).

'values': ['GdkGCValues'] a 'GdkGCValues' struct containing settings
          for the 'GdkGC'.

_V_a_l_u_e:

     ['GdkGC'] a 'GdkGC'.

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

     Derived by RGtkGen from GTK+ documentation

