11.2.1 Examination operations
(let ((test-button (make-instance 'capi:button))) (defun is-button-enabled () (slot-value test-button 'capi::enabled)))This has defined the function
is-button-enabled
, which is a closure over the variabletest-button
, where the value oftest-button
is an instance of thecapi:button
class.
is-button-enabled
.
FUNCTION
item to select the closure.
You can also double-click on an item in the Main area to inspect it.
Generated with Harlequin WebMaker