void expandPath(TreePath path) 
          Ensures that the node identified by the specified path is expanded and viewable. 
 void expandRow(int row) 
          Ensures that the node in the specified row is expanded and viewable. 
具体应该是自己实现了,上面是DOC里的函数介绍。