Mega Code Archive

 
Categories / Python Tutorial / Tkinker
 

Question dialog

from tkMessageBox    import askquestion, showerror askquestion('Warning', 'You typed "rm *"\nConfirm?'),