Contents
#include <treeviewnode.h> enum Flags { kFolders = 1 < <0, kLeafs = 1 < <1, kAll = kFolders|kLeafs, };