Show information dialog : MessageBox : Tkinker PYTHON TUTORIALS


PYTHON TUTORIALS » Tkinker » MessageBox »

 

Show information dialog


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

showinfo('Info', 'Info Button Pressed!')



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Tkinker
» MessageBox