Previous: Extending Clouseau, Up: Inspector
The following symbols are exported from the clouseau package:
Inspect
object. Ifnew-processist, Clouseau will be run in a new process.
Display inspected representation of
objectto the extended output streampane. This requires that*application-frame*be bound to an inspector application frame, so it isn't safe to use in other applications.
A brief version of
inspect-object. The output should be short, and should try to fit on one line.
This is just an inspector-specific version of
define-command. If you want to define an inspector command for some reason, use this.
Present
objectin tabular form onpane, withheaderevaluated to print a label in a box at the top.bodyshould output the rows of the table, possibly usinginspector-table-row.
Output a table row with two items, produced by evaluating
leftandright, onpane. This should be used only withininspector-table.When possible, you should try to use this and
inspector-tablefor consistency, and because they handle quite a bit of effort for you.