Mercurial > MadButterfly
comparison nodejs/shapes.m4 @ 690:86c6ebf1de25
Add JS binding for sh_rect_t
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 07 Aug 2010 23:00:16 +0800 |
parents | a05a4a27ff46 |
children | dd1f3382d6a4 |
comparison
equal
deleted
inserted
replaced
689:a05a4a27ff46 | 690:86c6ebf1de25 |
---|---|
14 METHOD([set_style], [xnjsmb_sh_stext_set_style], | 14 METHOD([set_style], [xnjsmb_sh_stext_set_style], |
15 (SELF, ARRAY([blks]), ERR), 1, [])], | 15 (SELF, ARRAY([blks]), ERR), 1, [])], |
16 (([INHERIT], [shape]))) | 16 (([INHERIT], [shape]))) |
17 | 17 |
18 STRUCT([image], [shape_t], [], [], (([INHERIT], [shape]))) | 18 STRUCT([image], [shape_t], [], [], (([INHERIT], [shape]))) |
19 | |
20 STRUCT([rect], [shape_t], [], | |
21 [METHOD([set], [xnjsmb_sh_rect_set], | |
22 (SELF, NUMBER(x), NUMBER(y), NUMBER(w), NUMBER(h), | |
23 NUMBER(rx), NUMBER(ry)), 6, [])], | |
24 (([INHERIT], [shape]))) |