pythonware.com products ::: library ::: search ::: daily Python-URL!
   

The Canvas Line Item

Back   Next   

 Chapter 17. The Canvas Line Item

Table of Contents
Methods
Options

 Methods

create_line(x0, y0, x1, y1, ..., xn, yn, options...) => id

Create a line item.

delete(item)

Delete a line item.

coords(item, x0, y0, x1, y1, ..., xn, yn)

Change the coordinates for one or more line items.

itemconfigure(item, options...)

Change the options for one or more line items.

Back   Next