Mercurial > MadButterfly
comparison nodejs/shapes.m4 @ 689:a05a4a27ff46
Fix bug of losting rdman in xnjsmb_sh_stext_set_style
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sat, 07 Aug 2010 22:33:02 +0800 |
parents | 7685c57e29d0 |
children | 86c6ebf1de25 |
comparison
equal
deleted
inserted
replaced
688:cadebc13be2f | 689:a05a4a27ff46 |
---|---|
10 STRUCT([path], [shape_t], [], [], (([INHERIT], [shape]))) | 10 STRUCT([path], [shape_t], [], [], (([INHERIT], [shape]))) |
11 | 11 |
12 STRUCT([stext], [shape_t], [], | 12 STRUCT([stext], [shape_t], [], |
13 [METHOD([set_text], [sh_stext_set_text], (STR([txt])), 1, []), | 13 [METHOD([set_text], [sh_stext_set_text], (STR([txt])), 1, []), |
14 METHOD([set_style], [xnjsmb_sh_stext_set_style], | 14 METHOD([set_style], [xnjsmb_sh_stext_set_style], |
15 (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]))) |