tkinter mainloop
ast
nomail at invalid.com
Wed Nov 19 03:46:18 EST 2014
More information about the Python-list mailing list
Wed Nov 19 03:46:18 EST 2014
- Previous message (by thread): scipy shape
- Next message (by thread): tkinter mainloop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello mainloop() is a window method which starts the event manager which tracks for events (mouse, keyboard ...) to be send to the window. But if I forget the root.mainloop() in my program, it works well anyway, I cant see any failure. Why ? Second question, is it possible to cancel a mainloop() ? I neeed this feature because I have a main window "root = Tk()" which opens a Toplevel secondary window "top = Toplevel()" and I would like root window to be frozen while the user fills the top window. thx
- Previous message (by thread): scipy shape
- Next message (by thread): tkinter mainloop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list