gdkGCGetValues             package:RGtk2             R Documentation

_g_d_k_G_C_G_e_t_V_a_l_u_e_s

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

     Retrieves the current values from a graphics context. Note that 
     only the pixel values of the 'values->foreground' and
     'values->background' are filled, use 'gdkColormapQueryColor' to
     obtain the rgb values if you need them.

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

     gdkGCGetValues(object)

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

'object': ['GdkGC']   a 'GdkGC'.

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

     A list containing the following elements: 

'values': ['GdkGCValues']  the 'GdkGCValues' structure in which to
          store the results.

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

     Derived by RGtkGen from GTK+ documentation

