Update of /project/mcclim/cvsroot/mcclim In directory clnet:/tmp/cvs-serv11335
Modified Files: decls.lisp Log Message: Patch from rpg: now handle both CLIM 2.2 and CLIM 2.0-style scroller options.
--- /project/mcclim/cvsroot/mcclim/decls.lisp 2006/11/22 14:15:53 1.41 +++ /project/mcclim/cvsroot/mcclim/decls.lisp 2006/12/04 22:31:19 1.42 @@ -696,6 +696,8 @@ (defgeneric pane-scroller (pane)) (defgeneric scroll-extent (pane x y))
+(deftype scroll-bar-spec () '(member t :both :vertical :horizontal nil)) + ;;;; 29.3.4 The Layout Protocol
;; (define-protocol-class space-requirement ())