# File lib/apotomo/widget/tree_node.rb, line 99
    def printTree(tab = 0)
      children {|child| child.printTree(tab + 4)}
    end