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

Andy Hefner ahefner at common-lisp.net
Mon May 23 12:43:35 UTC 2005


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

Modified Files:
	gadgets.lisp 
Log Message:
Added rpgoldman's docstring for box-adjuster gadget.

Date: Mon May 23 14:43:34 2005
Author: ahefner

Index: mcclim/gadgets.lisp
diff -u mcclim/gadgets.lisp:1.89 mcclim/gadgets.lisp:1.90
--- mcclim/gadgets.lisp:1.89	Sun Apr 17 19:30:26 2005
+++ mcclim/gadgets.lisp	Mon May 23 14:43:34 2005
@@ -2815,7 +2815,14 @@
    (left-peer)
    (right-sr)
    (right-peer))
-  (:default-initargs :background *3d-inner-color*))
+  (:default-initargs :background *3d-inner-color*)
+  (:documentation "The box-adjuster-gadget allows users to resize the panes
+in a layout by dragging the boundary between the panes.  To use it, insert
+it in a layout between two panes that are to be resizeable.  E.g.:
+ (vertically ()
+    top-pane
+    (make-pane 'clim-extensions:box-adjuster-gadget)
+    bottom-pane)"))  
 
 (defmethod compose-space ((gadget clim-extensions:box-adjuster-gadget)
                           &key width height)




More information about the Mcclim-cvs mailing list