Creates a new gtk.Settings object with the schema specified by schema_id.
Signals on the newly created gtk.Settings object will be dispatched via the thread-default glib.MainContext in effect at the time of the call to Settings.new. The new gtk.Settings will hold a reference on the context. See MainContext.pushThreadDefault.
the id of the schema
a new gtk.Settings object
ConstructionException GTK+ fails to create the object.
2.26
Creates a new gtk.Settings object with the schema specified by schema_id.
Signals on the newly created gtk.Settings object will be dispatched via the thread-default glib.MainContext in effect at the time of the call to Settings.new. The new gtk.Settings will hold a reference on the context. See MainContext.pushThreadDefault.