module Tk::BLT::Treeview::TagOrID_Methods
Public Instance Methods
Source
# File lib/tkextlib/blt/treeview.rb, line 853 def bind(seq, *args) @tree.tag_bind(self, seq, *args) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 857 def bind_append(seq, *args) @tree.tag_bind_append(self, seq, *args) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 861 def bind_remove(seq) @tree.tag_bind_remove(self, seq) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 865 def bindinfo(seq=nil) @tree.tag_bindinfo(self, seq) end
Source
# File lib/tkextlib/blt/treeview.rb, line 894 def close_recurse @tree.close_recurse(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 899 def delete @tree.delete(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 904 def entry_activate @tree.entry_activate(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 914 def entry_before?(tag) @tree.entry_before?(self, tag) end
Source
# File lib/tkextlib/blt/treeview.rb, line 908 def entry_children(first=None, last=None) @tree.entry_children(self, first, last) end
Source
# File lib/tkextlib/blt/treeview.rb, line 911 def entry_delete(first=None, last=None) @tree.entry_delete(self, first, last) end
Source
# File lib/tkextlib/blt/treeview.rb, line 920 def entry_open? @tree.entry_open?(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 924 def entry_size @tree.entry_size(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 927 def entry_size_recurse @tree.entry_size_recurse(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 931 def focus @tree.tag_focus(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 939 def get_full @tree.get_full(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 948 def index(str) @tree.index_at(self, str) end
Source
# File lib/tkextlib/blt/treeview.rb, line 951 def index_path(str) @tree.index_at_path(self, str) end
Source
# File lib/tkextlib/blt/treeview.rb, line 955 def insert(pos, parent=nil, keys={}) @tree.insert_at(self, pos, parent, keys) end
Source
# File lib/tkextlib/blt/treeview.rb, line 963 def move_after(dest) @tree.move_after(self, dest) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 959 def move_before(dest) @tree.move_before(self, dest) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 967 def move_into(dest) @tree.move_into(self, dest) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 976 def open_recurse @tree.open_recurse(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 984 def range_open_to(tag) @tree.range(self, tag) end
Source
# File lib/tkextlib/blt/treeview.rb, line 981 def range_to(tag) @tree.range(self, tag) end
Source
# File lib/tkextlib/blt/treeview.rb, line 849 def screen_bbox @tree.screen_bbox(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 992 def see_anchor(anchor) @tree.see_anchor(anchor, self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 997 def selection_anchor @tree.selection_anchor(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1001 def selection_clear @tree.selection_clear(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1009 def selection_include? @tree.selection_include?(self) end
Source
# File lib/tkextlib/blt/treeview.rb, line 1005 def selection_mark @tree.selection_mark(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1012 def selection_set @tree.selection_set(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1016 def selection_toggle @tree.selection_toggle(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1026 def sort_once @tree.sort_once(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1030 def sort_once_recurse @tree.sort_once_recurse(self) self end
Source
# File lib/tkextlib/blt/treeview.rb, line 1035 def toggle @tree.toggle(self) self end