changeset 1209:41d13feeecc4

Doc MBScene
author Thinker K.F. Li <thinker@codemud.net>
date Tue, 04 Jan 2011 10:53:59 +0800
parents 96ca8a1cf449
children 3683e02b7482
files pyink/MBScene.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)