Namespace
Methods
- A
- C
- D
- E
- F
- G
- I
- L
- M
- N
- O
- P
- R
- S
- T
- V
Included Modules
- TkItemConfigMethod
- Scrollable
Constants
TkCommandNames | = | ['Tree'.freeze].freeze |
WidgetClassName | = | 'Tree'.freeze |
Instance Public methods
areabind(context, *args)
Link
areabind_append(context, *args)
Link
# File ext/tk/lib/tkextlib/bwidget/tree.rb, line 71 def areabind_append(context, *args) if TkComm._callback_entry?(args[0]) || !block_given? cmd = args.shift else cmd = Proc.new end _bind_append_for_event_class(Event_for_Items, [path, 'bindArea'], context, cmd, *args) self end
areabind_remove(*args)
Link
areabindinfo(*args)
Link
close_tree(node, recurse=None)
Link
delete(*args)
Link
edit(node, text, *args)
Link
exist?(node)
Link
find(findinfo, confine=None)
Link
find_line(linenum)
Link
find_position(x, y, confine=None)
Link
get_node(node, idx)
Link
imagebind(context, *args)
Link
def imagebind(*args)
_bind_for_event_class(Event_for_Items, [path, 'bindImage'], *args)
self
end
# File ext/tk/lib/tkextlib/bwidget/tree.rb, line 95 def imagebind(context, *args) #if args[0].kind_of?(Proc) || args[0].kind_of?(Method) if TkComm._callback_entry?(args[0]) || !block_given? cmd = args.shift else cmd = Proc.new end _bind_for_event_class(Event_for_Items, [path, 'bindImage'], context, cmd, *args) self end
imagebind_append(context, *args)
Link
def #imagebind_append(*args)
_bind_append_for_event_class(Event_for_Items, [path, 'bindImage'], *args)
self
end
# File ext/tk/lib/tkextlib/bwidget/tree.rb, line 111 def imagebind_append(context, *args) #if args[0].kind_of?(Proc) || args[0].kind_of?(Method) if TkComm._callback_entry?(args[0]) || !block_given? cmd = args.shift else cmd = Proc.new end _bind_append_for_event_class(Event_for_Items, [path, 'bindImage'], context, cmd, *args) self end
imagebind_remove(*args)
Link
imagebindinfo(*args)
Link
index(node)
Link
insert(idx, parent, node, keys={})
Link
line(node)
Link
move(parent, node, idx)
Link
nodes(node, first=None, last=None)
Link
open?(node)
Link
open_tree(node, recurse=None)
Link
parent(node)
Link
reorder(node, neworder)
Link
see(node)
Link
selection_add(*args)
Link
selection_clear()
Link
selection_get()
Link
selection_include?(*args)
Link
selection_range(*args)
Link
selection_remove(*args)
Link
selection_set(*args)
Link
selection_toggle(*args)
Link
tagid(tag)
Link
textbind(context, *args)
Link
def textbind(*args)
_bind_for_event_class(Event_for_Items, [path, 'bindText'], *args)
self
end
# File ext/tk/lib/tkextlib/bwidget/tree.rb, line 136 def textbind(context, *args) #if args[0].kind_of?(Proc) || args[0].kind_of?(Method) if TkComm._callback_entry?(args[0]) || !block_given? cmd = args.shift else cmd = Proc.new end _bind_for_event_class(Event_for_Items, [path, 'bindText'], context, cmd, *args) self end
textbind_append(context, *args)
Link
def #textbind_append(*args)
_bind_append_for_event_class(Event_for_Items, [path, 'bindText'], *args)
self
end
# File ext/tk/lib/tkextlib/bwidget/tree.rb, line 152 def textbind_append(context, *args) #if args[0].kind_of?(Proc) || args[0].kind_of?(Method) if TkComm._callback_entry?(args[0]) || !block_given? cmd = args.shift else cmd = Proc.new end _bind_append_for_event_class(Event_for_Items, [path, 'bindText'], context, cmd, *args) self end
textbind_remove(*args)
Link
textbindinfo(*args)
Link
toggle(node)
Link