[cells-cvs] CVS cells/gui-geometry
ktilton
ktilton at common-lisp.net
Fri Jun 9 17:21:35 UTC 2006
Update of /project/cells/cvsroot/cells/gui-geometry
In directory clnet:/tmp/cvs-serv8778/gui-geometry
Modified Files:
defpackage.lisp
Log Message:
Small fix to c-formula to &allow-other-keys, in support of new tutorial.
--- /project/cells/cvsroot/cells/gui-geometry/defpackage.lisp 2006/06/05 00:01:22 1.2
+++ /project/cells/cvsroot/cells/gui-geometry/defpackage.lisp 2006/06/09 17:21:35 1.3
@@ -17,8 +17,9 @@
(defpackage #:gui-geometry
(:nicknames #:geo)
(:use #:common-lisp #:utils-kt #:cells)
- (:export #:geometer #:geo-zero-tl #:geo-inline
+ (:export #:geometer #:geo-zero-tl #:geo-inline #:a-stack #:a-row
#:px #:py #:ll #:lt #:lr #:lb
+ #:^px #:^py #:^ll #:^lt #:^lr #:^lb
#:u96ths #:udots #:uinches #:uin #:upoints #:upts #:u8ths #:u16ths #:u32nds
#:mkr #:v2-move #:l-height #:mkv2 #:^offset-within #:inset-lr #:v2-v #:v2-h
#:r-bounds
@@ -29,34 +30,23 @@
#:collapsed
#:g-box
#:v2-in-rect-ratio
- #:v2-xlate
- #:v2-in-rect
- #:v2-add
- #:v2-subtract
+ #:v2-xlate #:v2-in-rect #:v2-add #:v2-subtract
#:log2scr
#:^lr-width
#:px-maintain-pr
#:outset
#:py-maintain-pb
#:cs-logical-dpi
- #:px-maintain-pl
- #:py-maintain-pt
+ #:px-maintain-pl #:py-maintain-pt
#:scr2log
- #:inset-width
- #:inset-height
+ #:inset-width #:inset-height
#:res-to-res
#:logical-to-screen-point
#:nres-to-res
#:cs-logical-screen-resolution
#:outl
- #:with-r-bounds
- #:r-inset
+ #:with-r-bounds #:r-inset
#:ncopy-rect
#:l
- #:r-height
- #:r-width
- #:r-top
- #:r-right
- #:r-bottom
- #:r-left
+ #:r-height #:r-width #:r-top #:r-right #:r-bottom #:r-left
#:l-width ))
More information about the Cells-cvs
mailing list