User Tools

Site Tools


python:tkinter

TkInter - Librería gráfica

Mensajes

import Tkinter, tkMessageBox
 
#Hack to avoid showing main window in alert boxes
hidden_window = Tkinter.Tk()
hidden_window.withdraw()
 
tkMessageBox.showerror("Titulo", "Mensaje", master=hidden_window)
python/tkinter.txt · Last modified: 2009/08/13 02:33 by josep