![]() |
|
|
+ Search |
![]()
|
Mar 31st, 2009 10:42
Scott Mandarich, Eric Wood, Keith Jones,
Easily. You have to give them different names (duh) You can have as many as you want. Here's the code: #import Tkinter and set up root window from Tkinter import * root = Tk() app = Frame(root) app.grid() #create canvases c1 = Canvas(app) c1.grid() c2 = Canvas(app) c2.grid() root.mainloop() http://www.golfgolfcourses.com/index.php?q=Connecticut