Method
GtkWidgetreset_rc_styles
deprecated: 3.0
Declaration [src]
void
gtk_widget_reset_rc_styles (
GtkWidget* widget
)
Description [src]
Reset the styles of widget
and all descendents, so when
they are looked up again, they get the correct values
for the currently loaded RC file settings.
This function is not useful for applications.
Deprecated since: 3.0
Use GtkStyleContext
instead, and gtk_widget_reset_style().