comparison nodejs/shapes.m4 @ 885:2b492008ce26 abs_n_rel_center

Told redraw manager that a text is dirty when change its text at JS
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 26 Sep 2010 00:54:12 +0800
parents ed59e659a202
children
comparison
equal deleted inserted replaced
884:6c8e4e1f3a39 885:2b492008ce26
10 10
11 STRUCT([path], [shape_t], [], [], 11 STRUCT([path], [shape_t], [], [],
12 (([INHERIT], [shape]), ([STMOD], [xnjsmb_shape_mod]))) 12 (([INHERIT], [shape]), ([STMOD], [xnjsmb_shape_mod])))
13 13
14 STRUCT([stext], [shape_t], [], 14 STRUCT([stext], [shape_t], [],
15 [METHOD([set_text], [sh_stext_set_text], (STR([txt])), 1, []), 15 [METHOD([set_text], [xnjsmb_sh_stext_set_text],
16 (SELF, STR([txt])), 1, []),
16 METHOD([set_style], [xnjsmb_sh_stext_set_style], 17 METHOD([set_style], [xnjsmb_sh_stext_set_style],
17 (SELF, ARRAY([blks]), ERR), 1, [])], 18 (SELF, ARRAY([blks]), ERR), 1, [])],
18 (([INHERIT], [shape]), ([STMOD], [xnjsmb_shape_mod]))) 19 (([INHERIT], [shape]), ([STMOD], [xnjsmb_shape_mod])))
19 20
20 STRUCT([image], [shape_t], [], [], 21 STRUCT([image], [shape_t], [], [],