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

Accessor of the scope slot of the gtk:builder class. The gtk:builder-scope function gets the scope in use. The (setf gtk:builder-scope) function 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

2024-11-4