Home | History | Annotate | Download | only in idlelib

Lines Matching refs:tkMessageBox

15 import tkMessageBox
255 tkMessageBox.showerror("I/O Error", str(msg), master=self.text)
298 tkMessageBox.showerror(
328 confirm = tkMessageBox.askyesnocancel(
331 default=tkMessageBox.YES,
392 tkMessageBox.showerror("I/O Error", str(msg),
420 tkMessageBox.showerror(
432 tkMessageBox.showerror(
476 confirm = tkMessageBox.askokcancel(
479 default=tkMessageBox.OK,
517 tkMessageBox.showerror("Print status", output, master=self.text)
520 tkMessageBox.showinfo("Print status", message, master=self.text)