Gtk.Widget.prototype.reset_style
function reset_style():void {
// Gjs wrapper for gtk_widget_reset_style()
}Updates the style context of widget and all descendents by updating its widget path. Gtk.Container<!-- -->s may want to use this on a child when reordering it in a way that a different style might apply to it. See also Gtk.Container.prototype.get_path_for_child.
Since 3.0