[mcclim-cvs] CVS mcclim
ahefner
ahefner at common-lisp.net
Sun Mar 4 22:27:31 UTC 2007
Update of /project/mcclim/cvsroot/mcclim
In directory clnet:/tmp/cvs-serv21365
Modified Files:
gadgets.lisp
Log Message:
Default value of toggle button to nil.
--- /project/mcclim/cvsroot/mcclim/gadgets.lisp 2007/02/06 12:54:10 1.105
+++ /project/mcclim/cvsroot/mcclim/gadgets.lisp 2007/03/04 22:27:30 1.106
@@ -1115,7 +1115,8 @@
:reader toggle-button-indicator-type
:initform :some-of) )
(:default-initargs
- :text-style (make-text-style :sans-serif nil nil)
+ :value nil
+ :text-style (make-text-style :sans-serif nil nil)
:align-x :left
:align-y :center
:x-spacing 2
More information about the Mcclim-cvs
mailing list