Searched refs:ignoreLeaf (Results 1 – 2 of 2) sorted by relevance
74 ignoreLeaf: Boolean = true,76 val skip = (root.isInstanceOf[LeafExpression] && ignoreLeaf) ||91 root.children.foreach(addExprTree(_, ignoreLeaf))
1976 int ignoreLeaf; in Blt_TreeViewNextEntry() local1978 ignoreLeaf = ((tvPtr->flags & TV_HIDE_LEAVES) && in Blt_TreeViewNextEntry()1981 if ((!ignoreLeaf) && ((entryPtr->flags & mask) == 0)) { in Blt_TreeViewNextEntry()