Module Tk::BLT::Treeview::TagOrID_Methods
In: tk/lib/tkextlib/blt/treeview.rb

Methods

Public Instance methods

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 769
  def bbox
    @tree.bbox(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 776
  def bind(seq, *args)
    @tree.tag_bind(self, seq, *args)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 780
  def bind_append(seq, *args)
    @tree.tag_bind_append(self, seq, *args)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 784
  def bind_remove(seq)
    @tree.tag_bind_remove(self, seq)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 788
  def bindinfo(seq=nil)
    @tree.tag_bindinfo(self, seq)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 792
  def button_activate
    @tree.button_activate(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 797
  def button_bind(seq, *args)
    @tree.button_bind(self, seq, *args)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 801
  def button_bind_append(seq, *args)
    @tree.button_bind_append(self, seq, *args)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 805
  def button_bind_remove(seq)
    @tree.button_bind_remove(self, seq)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 809
  def button_bindinfo(seq=nil)
    @tree.button_bindinfo(self, seq)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 813
  def close
    @tree.close(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 817
  def close_recurse
    @tree.close_recurse(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 822
  def delete
    @tree.delete(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 827
  def entry_activate
    @tree.entry_activate(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 837
  def entry_before?(tag)
    @tree.entry_before?(self, tag)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 831
  def entry_children(first=None, last=None)
    @tree.entry_children(self, first, last)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 834
  def entry_delete(first=None, last=None)
    @tree.entry_delete(self, first, last)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 840
  def entry_hidden?
    @tree.entry_before?(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 843
  def entry_open?
    @tree.entry_open?(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 847
  def entry_size
    @tree.entry_size(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 850
  def entry_size_recurse
    @tree.entry_size_recurse(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 854
  def focus
    @tree.tag_focus(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 859
  def get
    @tree.get(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 862
  def get_full
    @tree.get_full(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 866
  def hide
    @tree.hide(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 871
  def index(str)
    @tree.index_at(self, str)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 874
  def index_path(str)
    @tree.index_at_path(self, str)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 878
  def insert(pos, parent=nil, keys={})
    @tree.insert_at(self, pos, parent, keys)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 886
  def move_after(dest)
    @tree.move_after(self, dest)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 882
  def move_before(dest)
    @tree.move_before(self, dest)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 890
  def move_into(dest)
    @tree.move_into(self, dest)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 895
  def open
    @tree.open(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 899
  def open_recurse
    @tree.open_recurse(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 907
  def range_open_to(tag)
    @tree.range(self, tag)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 904
  def range_to(tag)
    @tree.range(self, tag)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 772
  def screen_bbox
    @tree.screen_bbox(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 911
  def see
    @tree.see(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 915
  def see_anchor(anchor)
    @tree.see_anchor(anchor, self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 920
  def selection_anchor
    @tree.selection_anchor(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 924
  def selection_clear
    @tree.selection_clear(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 932
  def selection_include?
    @tree.selection_include?(self)
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 928
  def selection_mark
    @tree.selection_mark(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 935
  def selection_set
    @tree.selection_set(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 939
  def selection_toggle
    @tree.selection_toggle(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 944
  def show
    @tree.show(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 949
  def sort_once
    @tree.sort_once(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 953
  def sort_once_recurse
    @tree.sort_once_recurse(self)
    self
  end

[Source]

# File tk/lib/tkextlib/blt/treeview.rb, line 958
  def toggle
    @tree.toggle(self)
    self
  end

[Validate]

ruby-doc.org is hosted and maintained by James Britt and Happy Camper Studios, a Ruby application development company in Phoenix, Arizona. The site was created in 2002 as part of the Ruby Documentation Project to promote the Ruby language and to help other Ruby hackers.

Documentation content on ruby-doc.org is provided by remarkable members of the Ruby community.

For more information on the Ruby programming language, visit ruby-lang.org.

Want to help improve Ruby's API docs? See Ruby Documentation Guidelines.