Package: gtk

Accessor gtk:builder-scope

Lambda List

gtk:builder-scope (object)

Syntax

(gtk:builder-scope object) => scope
(setf (gtk:builder-scope object) scope)

Arguments

object -- a gtk:builder object
scope -- a gtk:builder-cl-scope object

Details

The accessor for the scope slot of the gtk:builder class gets or sets the scope the builder should operate in. If the scope argument is nil, a gtk:builder-cl-scope instance will be set as the default value.
 

See also

2025-07-28