It is sometimes more natural to invoke an Inspector on some object you are analysing. You can do this in several ways, including using the Inspect menu command.
(make-instance 'capi:list-panel :items '(1 2 3 4))
Note that you have not displayed the list-panel
on screen yet. You will do that in a few minutes.
Another way to inspect the current object (that is, the value of cl:*
) in the Listener is the keystroke Ctrl+C Ctrl+I
.
A general way to inspect the current object in most of the LispWorks tools is to click the button.
LispWorks IDE User Guide (Windows version) - 13 Sep 2017