wxglade_hmi/wxglade_hmi.py
changeset 1014 e2f7d6c95db0
parent 834 d613696aad01
child 1053 b0ac30ba7eaf
child 1061 02f371f3e063
--- a/wxglade_hmi/wxglade_hmi.py	Thu Apr 04 11:12:30 2013 +0900
+++ b/wxglade_hmi/wxglade_hmi.py	Thu Apr 04 11:13:28 2013 +0900
@@ -73,7 +73,7 @@
         runtimefile.write("""
 %(declare)s
 
-def _runtime_%(location)s_begin():
+def _runtime_%(location)s_start():
     global %(global)s
     
     def OnCloseFrame(evt):
@@ -81,7 +81,7 @@
     
     %(init)s
     
-def _runtime_%(location)s_cleanup():
+def _runtime_%(location)s_stop():
     global %(global)s
     
     %(cleanup)s