coords(item, *coords) create_arc(bbox, **options) create_bitmap(position, **options) create_image(position, **options) create_line(coords, **options) create_oval(bbox, **options) create_polygon(coords, **options) create_rectangle(bbox, **options) create_text(position, **options) create_window(position, **options) dchars(item, from, to=None) delete(item) dtag(item, tag=None) find_above(item) find_all() find_below(item) find_closest(x, y, halo=None, start=None) find_enclosed(x1, y1, x2, y2) find_overlapping(x1, y1, x2, y2) find_withtag(item) focus(item=None) gettags(item) icursor(item, index) index(item, index) insert(item, index, text) itemcget(item, option) itemconfig(item, **options) itemconfigure(item, **options) lift(item, **options) lower(item, **options) move(item, dx, dy) postscript(**options) scale(self, xscale, yscale, xoffset, yoffset) scan_dragto(x, y) scan_mark(x, y) select_adjust(item, index) select_clear() select_from(item, index) select_item() select_to(item, index) tag_bind(item, event=None, callback, add=None) tag_lower(item) tag_raise(item) tag_unbind(self, item, event) tkraise(item, **options) xview(how, *args) xview_moveto(fraction) xview_scroll(number, what) yview(how, *args) yview_moveto(fraction) yview_scroll(number, what)
|