# HG changeset patch # User Thinker K.F. Li # Date 1294109639 -28800 # Node ID 41d13feeecc47cb8ce2f0f38c09c415af10f7bb9 # Parent 96ca8a1cf4493861ccbaec2e245a356850b952b2 Doc MBScene diff -r 96ca8a1cf449 -r 41d13feeecc4 pyink/MBScene.py --- a/pyink/MBScene.py Tue Jan 04 10:50:16 2011 +0800 +++ b/pyink/MBScene.py Tue Jan 04 10:53:59 2011 +0800 @@ -530,6 +530,12 @@ pass pass +## \brief MBScene connect GUI and DOM-tree +# +# This class connect behavior of GUI to the DOM-tree. All about GUI is +# implemented by this class. It use API provided by MBScene_dom to reflect +# actions to the DOM-tree. +# class MBScene(MBScene_dom): _frameline_tween_types = (frameline.TWEEN_TYPE_NONE, frameline.TWEEN_TYPE_SHAPE)