Show warning dialog : MessageBox : Tkinker PYTHON TUTORIALS


PYTHON TUTORIALS » Tkinker » MessageBox »

 

Show warning dialog


Show warning dialog
from functools import partial as pto
from Tkinter import Tk, Button, X
from tkMessageBox import showinfo, showwarning, showerror

showwarning('Warning','Warning Button Pressed!')



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo Tkinker
» MessageBox