changeset 1461:31189b5d832a

Add document
author Thinker K.F. Li <thinker@codemud.net>
date Sun, 17 Apr 2011 01:08:26 +0800
parents 75ca2a66c08d
children c3e0af5d2487
files pyink/comp_dock.py
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/pyink/comp_dock.py	Sun Apr 17 01:03:07 2011 +0800
+++ b/pyink/comp_dock.py	Sun Apr 17 01:08:26 2011 +0800
@@ -235,6 +235,10 @@
         self._domview_ui.rm_component(comp_name)
         pass
 
+    ## \brief Hint user that given component is selected.
+    #
+    # Show an icon before the component name.
+    #
     def _sel_component(self, comp_name):
         all_comp_names = self._domview_ui.all_comp_names()
         sel_idx = all_comp_names.index(comp_name)
@@ -299,6 +303,10 @@
         self._domview_ui.rm_timeline(tl_name)
         pass
 
+    ## \brief Hint user that given timeline is selected.
+    #
+    # Show an icon before the timeline name.
+    #
     def _sel_timeline(self, tl_name):
         all_tl_names = self._domview_ui.all_timeline_names()
         sel_idx = all_tl_names.index(tl_name)