# File lib/apotomo/widget.rb, line 81
    def initialize(parent, id, options={})
      super(parent)  # TODO: do that as long as cells do need a parent_controller.
      @options      = options
      @name         = id
      @visible      = true

      setup_tree_node(parent)

      run_hook :after_initialize, self
    end