示例#1
0
 public abstract bool IsLeaf(TreePath treePath);
示例#2
0
 public TreePathEventArgs()
 {
     _path = new TreePath();
 }
示例#3
0
 public abstract System.Collections.IEnumerable GetChildren(TreePath treePath);