Public Instance methods
column_cget(tagOrId, option)
column_configinfo(tagOrId, slot=nil)
column_configure(tagOrId, slot, value=None)
Treeview Column
[Source]
def columncget(tagOrId, option)
__itemcget([:column, tagOrId], option)
end
[Source]
def columnconfiginfo(tagOrId, slot=nil)
__itemconfiginfo([:column, tagOrId], slot)
end
[Source]
def columnconfigure(tagOrId, slot, value=None)
__itemconfigure([:column, tagOrId], slot, value)
end
current_column_configinfo(tagOrId, slot=nil)
[Source]
def current_columnconfiginfo(tagOrId, slot=nil)
__current_itemconfiginfo([:column, tagOrId], slot)
end
current_heading_configinfo(tagOrId, slot=nil)
[Source]
def current_headingconfiginfo(tagOrId, slot=nil)
__current_itemconfiginfo([:heading, tagOrId], slot)
end
[Source]
def current_itemconfiginfo(tagOrId, slot=nil)
__current_itemconfiginfo([:item, tagOrId], slot)
end
heading_cget(tagOrId, option)
heading_configinfo(tagOrId, slot=nil)
heading_configure(tagOrId, slot, value=None)
Treeview Heading
[Source]
def headingcget(tagOrId, option)
__itemcget([:heading, tagOrId], option)
end
[Source]
def headingconfiginfo(tagOrId, slot=nil)
__itemconfiginfo([:heading, tagOrId], slot)
end
[Source]
def headingconfigure(tagOrId, slot, value=None)
__itemconfigure([:heading, tagOrId], slot, value)
end
Treeview Item
[Source]
def itemcget(tagOrId, option)
__itemcget([:item, tagOrId], option)
end
[Source]
def itemconfiginfo(tagOrId, slot=nil)
__itemconfiginfo([:item, tagOrId], slot)
end
[Source]
def itemconfigure(tagOrId, slot, value=None)
__itemconfigure([:item, tagOrId], slot, value)
end