gtkWidgetModifyStyle          package:RGtk2          R Documentation

_g_t_k_W_i_d_g_e_t_M_o_d_i_f_y_S_t_y_l_e

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

     Modifies style values on the widget. Modifications made using this
     technique take precedence over style values set via an RC file,
     however, they will be overriden if a style is explicitely set on
     the widget using 'gtkWidgetSetStyle'. The 'GtkRcStyle' structure
     is designed so each field can either be set or unset, so it is
     possible, using this function, to modify some style values and
     leave the others unchanged.

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

     gtkWidgetModifyStyle(object, style)

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

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

 'style': ['GtkRcStyle']  the 'GtkRcStyle' holding the style
          modifications

_D_e_t_a_i_l_s:

     Note that modifications made with this function are not cumulative
     with previous calls to 'gtkWidgetModifyStyle' or with such
     functions as 'gtkWidgetModifyFg'. If you wish to retain previous
     values, you must first call 'gtkWidgetGetModifierStyle', make your
     modifications to the returned style, then call
     'gtkWidgetModifyStyle' with that style. On the other hand, if you
     first call 'gtkWidgetModifyStyle', subsequent calls to such
     functions 'gtkWidgetModifyFg' will have a cumulative effect with
     the initial modifications.

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

     Derived by RGtkGen from GTK+ documentation

