setScope

open fun setScope(scope: BuilderScope? = null)

Sets the scope the builder should operate in.

If @scope is null, a new class@Gtk.BuilderCScope will be created.

Parameters

scope

the scope to use