source: trunk/essentials/dev-lang/python/Demo/tkinter/matt/dialog-box.py@ 3407

Last change on this file since 3407 was 3225, checked in by bird, 19 years ago

Python 2.5

File size: 2.4 KB
Line 
1from Tkinter import *
2from Dialog import Dialog
3
4# this shows how to create a new window with a button in it
5# that can create new windows
6
7class Test(Frame):
8 def printit(self):