Examining objects with the Inspector
? (setq w (make-instance 'window))
#<WINDOW "Untitled" #x583621>
? (window-close w)
NIL
? (inspect w)
#<INSPECTOR-WINDOW "#<WINDOW #x583621>" #x452511>
w. The nil value in its wptr slot shows that the window w is closed. Figure 4-2 An Inspector window showing components of a window

You can inspect this window and its components. For example, you could inspect the class of the window, #<STANDARD-CLASS WINDOW>.
Generated with Harlequin WebMaker