[mcclim-cvs] CVS update: mcclim/Apps/Inspector/clouseau.asd
Peter Scott
pscott at common-lisp.net
Wed Mar 9 22:25:55 UTC 2005
Update of /project/mcclim/cvsroot/mcclim/Apps/Inspector
In directory common-lisp.net:/tmp/cvs-serv25365
Modified Files:
clouseau.asd
Log Message:
Exported INSPECTOR-TABLE and INSPECTOR-TABLE-ROW symbols from
:clouseau package. I think they should be available to users who want
to extend the inspector in application-specific ways, so that changes
in the standard inspector's look and feel for inspector tables will
also affect extensions, maintaining consistency. It also saves quite a
bit of work for extenders.
Date: Wed Mar 9 23:25:54 2005
Author: pscott
Index: mcclim/Apps/Inspector/clouseau.asd
diff -u mcclim/Apps/Inspector/clouseau.asd:1.4 mcclim/Apps/Inspector/clouseau.asd:1.5
--- mcclim/Apps/Inspector/clouseau.asd:1.4 Mon Mar 7 21:47:09 2005
+++ mcclim/Apps/Inspector/clouseau.asd Wed Mar 9 23:25:54 2005
@@ -25,7 +25,9 @@
(:export #:inspector
#:inspect-object
#:inspect-object-briefly
- #:define-inspector-command))
+ #:define-inspector-command
+ #:inspector-table
+ #:inspector-table-row))
(asdf:defsystem clouseau
:serial t
More information about the Mcclim-cvs
mailing list