gtkRcAddClassStyle           package:RGtk2           R Documentation

_g_t_k_R_c_A_d_d_C_l_a_s_s_S_t_y_l_e

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

     Adds a 'GtkRcStyle' that will be looked up by a matching against
     the class hierarchy of the widget. This is equivalent to a: '
     class PATTERN style STYLE ' statement in a RC file. *WARNING:
     'gtk_rc_add_class_style' is deprecated and should not be used in
     newly-written code.*

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

     gtkRcAddClassStyle(object, pattern)

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

'object': ['GtkRcStyle'] the 'GtkRcStyle' to use for widgets deriving
          from 'pattern'

'pattern': [character] the pattern

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

     Derived by RGtkGen from GTK+ documentation

