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 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 13.4 Using filters to limit the display in the inspector
You can immediately see that the callback types that have slots in CAPI button objects. The names of the slots, together with their slot values for the object created, are displayed in the inspector.