[Tutor] Tkinter - How to get multilple windows

Alan Gauld alan.gauld at blueyonder.co.uk
Thu Jan 1 13:29:38 EST 2004


> I have one window which has some buttons and menus. 
> On clicking the button, how can i get a new window 
> which has some other buttons and menus.

Instantiate a new window object which inherits from 
TopLevel rather than a simple Frame.

Alan g.



More information about the Tutor mailing list