Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv8858
Modified Files: mcclim.asd Log Message: * Examples/text-size-test.lisp: New file. Visual test for the TEXT-SIZE function.
* Examples/demodemo.lisp: Added a button for text-size-test.
* mcclim.asd (clim-examples): Added text-size-test.lisp.
--- /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/04/10 09:48:40 1.17 +++ /project/mcclim/cvsroot/mcclim/mcclim.asd 2006/04/17 17:54:58 1.18 @@ -316,7 +316,8 @@ (:file "accepting-values") (:file "method-browser") (:file "dragndrop-translator") - (:file "draggable-graph"))) + (:file "draggable-graph") + (:file "text-size-test"))) (:module "Goatee" :components ((:file "goatee-test")))))