Public Instance methods
[Source]
def __item_cget_cmd(mixed_id)
[self.path, mixed_id[0] + 'cget', _to_idx(mixed_id[1])]
end
[Source]
def __item_config_cmd(mixed_id)
[self.path, mixed_id[0] + 'configure', _to_idx(mixed_id[1])]
end
[Source]
def cell_cget(tagOrId, option)
itemcget(['cell', tagOrId], option)
end
[Source]
def cell_configinfo(tagOrId, slot=nil)
itemconfiginfo(['cell', tagOrId], slot)
end
[Source]
def cell_configure(tagOrId, slot, value=None)
itemconfigure(['cell', tagOrId], slot, value)
end
cellcget(tagOrId, option)
cellconfiginfo(tagOrId, slot=nil)
cellconfigure(tagOrId, slot, value=None)
[Source]
def column_cget(tagOrId, option)
itemcget(['column', tagOrId], option)
end
[Source]
def column_configinfo(tagOrId, slot=nil)
itemconfiginfo(['column', tagOrId], slot)
end
[Source]
def column_configure(tagOrId, slot, value=None)
itemconfigure(['column', tagOrId], slot, value)
end
columncget(tagOrId, option)
columnconfiginfo(tagOrId, slot=nil)
columnconfigure(tagOrId, slot, value=None)
[Source]
def current_cell_configinfo(tagOrId, slot=nil)
current_itemconfiginfo(['cell', tagOrId], slot)
end
current_cellconfiginfo(tagOrId, slot=nil)
[Source]
def current_column_configinfo(tagOrId, slot=nil)
current_itemconfiginfo(['column', tagOrId], slot)
end
current_columnconfiginfo(tagOrId, slot=nil)
[Source]
def current_row_configinfo(tagOrId, slot=nil)
current_itemconfiginfo(['row', tagOrId], slot)
end
current_rowconfiginfo(tagOrId, slot=nil)
[Source]
def row_cget(tagOrId, option)
itemcget(['row', tagOrId], option)
end
[Source]
def row_configinfo(tagOrId, slot=nil)
itemconfiginfo(['row', tagOrId], slot)
end
[Source]
def row_configure(tagOrId, slot, value=None)
itemconfigure(['row', tagOrId], slot, value)
end
rowconfiginfo(tagOrId, slot=nil)
rowconfigure(tagOrId, slot, value=None)