comparison lisp/oobr/tree-nx/Line.h @ 0:376386a54a3c r19-14

Import from CVS: tag r19-14
author cvs
date Mon, 13 Aug 2007 08:45:50 +0200
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:376386a54a3c
1
2 #import <appkit/appkit.h>
3
4 @interface Line:Object
5 {
6 NXPoint start;
7 NXPoint end;
8 }
9
10 - setStart:(NXPoint *)s end:(NXPoint *)e;
11 - render;
12
13 @end