Gtk.Widget.prototype.reset_rc_styles

function reset_rc_styles():void {
    // Gjs wrapper for gtk_widget_reset_rc_styles()
}

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.