[cello-cvs] CVS cello

fgoenninger fgoenninger at common-lisp.net
Sun Oct 1 20:41:53 UTC 2006


Update of /project/cello/cvsroot/cello
In directory clnet:/tmp/cvs-serv20281

Modified Files:
	cello.lisp 
Log Message:
Added: Exports for ct-... symbols.

--- /project/cello/cvsroot/cello/cello.lisp	2006/08/28 21:45:22	1.12
+++ /project/cello/cvsroot/cello/cello.lisp	2006/10/01 20:41:53	1.13
@@ -15,7 +15,7 @@
 |#
 
 
-;;; $Id: cello.lisp,v 1.12 2006/08/28 21:45:22 ktilton Exp $
+;;; $Id: cello.lisp,v 1.13 2006/10/01 20:41:53 fgoenninger Exp $
 
 
 ;;; ============================================================================
@@ -37,11 +37,34 @@
      #:cl-openal
      #:cl-ftgl
      #:cl-magick)
+  
   (:export
+   
      #:cello-window
      #:cello-window-event-handler
      #:with-layers
      #:visible
+     
+     #:ct-button
+     #:ct-drag
+     #:ct-poly-drag
+     #:ct-mark-box
+     #:ct-radio-item
+     #:ct-radio-button
+     #:ct-text-radio-item
+     #:ct-radio
+     #:ct-radio-row
+     #:ct-radio-stack
+     #:ct-radio-push-button
+     #:ct-push-toggle
+     #:ct-selector
+     #:ct-selector-inline
+     #:ct-selectable
+     #:ct-text
+     #:ct-toggle
+     #:ct-twister
+     #:ct-jumper
+     
      #:ix-togl))
 
 ;;; ============================================================================




More information about the Cello-cvs mailing list