Previous: Extending Clouseau, Up: Inspector
The following symbols are exported from the clouseau
package:
Inspect
object
. Ifnew-process
ist
, Clouseau will be run in a new process.
Display inspected representation of
object
to 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
object
in tabular form onpane
, withheader
evaluated to print a label in a box at the top.body
should output the rows of the table, possibly usinginspector-table-row
.
Output a table row with two items, produced by evaluating
left
andright
, onpane
. This should be used only withininspector-table
.When possible, you should try to use this and
inspector-table
for consistency, and because they handle quite a bit of effort for you.