Sometimes an object may contain so many items that the list is confusing. If this happens, use the Filter box to limit the display to only those items you are interested in.
The example below shows you how to create and display an instance of a CAPI object, and then filter the attributes list so that the only slots displayed are those you are interested in:
(capi:contain (make-instance 'capi:button))
As you can see, this object has a large number of slots, but you can use the filter to screen out everything except the available callbacks.
callback
in the Filter box and press
Return
.Figure 15.4 Using filters to limit the display in the Inspector
You can immediately see the button object slots with names that include "callback". The names of the slots, together with their slot values for the object being inspected, are displayed in the attributes list.