# File lib/glib2.rb, line 106
    def decendants
      [self] + children.map{|t| t.decendants }.flatten
    end