gtkRcGetStyle             package:RGtk2             R Documentation

_g_t_k_R_c_G_e_t_S_t_y_l_e

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

     Finds all matching RC styles for a given widget, composites them
     together, and then creates a  'GtkStyle' representing the
     composite appearance. (GTK+ actually keeps a cache of previously 
     created styles, so a new style may not be created.)

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

     gtkRcGetStyle(object)

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

'object': ['GtkWidget']  a 'GtkWidget'

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

     ['GtkStyle']  the resulting style. No refcount is added to the
     returned style, so if you want to save this style around, you
     should add a reference yourself.

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

     Derived by RGtkGen from GTK+ documentation

