gtkRcAddWidgetNameStyle        package:RGtk2        R Documentation

_g_t_k_R_c_A_d_d_W_i_d_g_e_t_N_a_m_e_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 match against the
     widget's pathname. This is equivalent to a: ' widget PATTERN style
     STYLE ' statement in a RC file. *WARNING:
     'gtk_rc_add_widget_name_style' is deprecated and should not be
     used in newly-written code.*

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

     gtkRcAddWidgetNameStyle(object, pattern)

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

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

'pattern': [character] the pattern

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

     Derived by RGtkGen from GTK+ documentation

