Mercurial > MadButterfly
diff pyink/domview_ui.py @ 1501:4a57650bb926
Apply changes returned from transition editor
author | Thinker K.F. Li <thinker@codemud.net> |
---|---|
date | Wed, 04 May 2011 13:34:36 +0800 |
parents | c1e70540541c |
children | f185a9d23a30 |
line wrap: on
line diff
--- a/pyink/domview_ui.py Wed May 04 00:45:49 2011 +0800 +++ b/pyink/domview_ui.py Wed May 04 13:34:36 2011 +0800 @@ -588,6 +588,9 @@ def set_transition_path(self, state_name, cond, path): self._dom.set_transition_path(state_name, cond, path) pass + def chg_transition_cond(self, state_name, cond, new_cond): + self._dom.chg_transition_cond(state_name, cond, new_cond) + pass pass