gtkRcResetStyles            package:RGtk2            R Documentation

_g_t_k_R_c_R_e_s_e_t_S_t_y_l_e_s

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

     This function recomputes the styles for all widgets that use a
     particular 'GtkSettings' object. (There is one 'GtkSettings'
     object per 'GdkScreen', see 'gtkSettingsGetForScreen'); It is
     useful when some global parameter has changed that affects the
     appearance of all widgets, because when a widget gets a new style,
     it will both redraw and recompute any cached information about its
     appearance. As an example, it is used when the default font size
     set by the operating system changes. Note that this function
     doesn't affect widgets that have a style set explicitely on them
     with 'gtkWidgetSetStyle'.

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

     gtkRcResetStyles(settings)

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

'settings': ['GtkSettings']  a 'GtkSettings'

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

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

