Gtk.StyleContext.prototype.invalidate

function invalidate():void {
    // Gjs wrapper for gtk_style_context_invalidate()
}

Invalidates context style information, so it will be reconstructed again.

If you're using a Gtk.StyleContext returned from Gtk.get_style_context, you do not need to call this yourself.

Since 3.0