[mcclim-cvs] CVS update: mcclim/panes.lisp

Andy Hefner ahefner at common-lisp.net
Sun Jan 2 05:26:45 UTC 2005


Update of /project/mcclim/cvsroot/mcclim
In directory common-lisp.net:/tmp/cvs-serv14584

Modified Files:
	panes.lisp 
Log Message:
Added comment in panes.lisp noting the the :x-spacing, :y-spacing, and
:spacing initargs don't appear to work for grid and table panes.


Date: Sun Jan  2 06:26:44 2005
Author: ahefner

Index: mcclim/panes.lisp
diff -u mcclim/panes.lisp:1.146 mcclim/panes.lisp:1.147
--- mcclim/panes.lisp:1.146	Tue Dec  7 05:49:51 2004
+++ mcclim/panes.lisp	Sun Jan  2 06:26:44 2005
@@ -27,7 +27,7 @@
 ;;; Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 ;;; Boston, MA  02111-1307  USA.
 
-;;; $Id: panes.lisp,v 1.146 2004/12/07 04:49:51 hefner1 Exp $
+;;; $Id: panes.lisp,v 1.147 2005/01/02 05:26:44 ahefner Exp $
 
 (in-package :clim-internals)
 
@@ -1343,6 +1343,9 @@
  )
 
 ;;; TABLE PANE
+
+;; TODO: The table and grid panes should respect the :x-spacing,
+;; :y-spacing, and :spacing initargs.
 
 (defclass table-pane (composite-pane)
   ((array




More information about the Mcclim-cvs mailing list