|
|
|
|
The Canvas Window Item
Back Next
The following methods are used to create and configure
window items:
- create_window(x0, y0, options...) => id
-
Embed a window at the given position, using the given options.
Note that the widget to use is given by the window
option.
- delete(item)
-
Delete a window item.
- coords(item, x0, y0)
-
Move one or more window items.
- itemconfigure(item, options...)
-
Change the options for one or more window (or other) items.
Back Next
|