showwarning Dialog box : Dialog : GUI Tk PYTHON examples


PYTHON examples » GUI Tk » Dialog »

 

showwarning Dialog box


showwarning Dialog box
 

from Tkinter import *
import tkMessageBox
       
def a():       
     tkMessageBox.showwarning("Open file""Cannot open this filen")
     
a()
           
         
  



Leave a Comment / Note


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


PYTHON examples

 Navioo GUI Tk
» Dialog