Gtk.RcStyle

const Gtk = imports.gi.Gtk;

let rc_style = new Gtk.RcStyle();
  

The Gtk.RcStyle structure is used to represent a set of information about the appearance of a widget. This can later be composited together with other Gtk.RcStyle structures to form a Gtk.Style.

Hierarchy

  • GObject.Object
    • Gtk.RcStyle