comparison pkg-src/tree-nx/Line.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents
children
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
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