In some circumstances your object might get modified while you are inspecting it, so you should be aware that the inspector display might need to be refreshed. To see this:
(capi:contain *)
, where the value of
*
should be the
list-panel
instance that you are inspecting.Figure 17.3 The filtered inspector display, refreshed
Notice that the representation slot no longer has value
nil
. The
list-panel
instance has been modified by calling
capi:contain
, and the Inspector has been updated to show the new slot value.
LispWorks IDE User Guide (Macintosh version) - 25 Nov 2011