Gtk.StyleProvider

const Gtk = imports.gi.Gtk;

let style_provider = new Gtk.StyleProvider();
  

GtkStyleProvider is an interface used to provide style information to a Gtk.StyleContext. See Gtk.StyleContext.prototype.add_provider and add_provider_for_screen.

Hierarchy

  • Gtk.StyleProvider