Lines Matching refs:tkMessageBox
9 import tkinter.messagebox as tkMessageBox namespace
150 tkMessageBox.showerror("I/O Error", str(err), parent=self.text)
153 tkMessageBox.showerror("Decoding Error",
162 tkMessageBox.showwarning("Mixed Newlines",
190 confirm = tkMessageBox.askyesnocancel(
193 default=tkMessageBox.YES,
252 tkMessageBox.showerror("I/O Error", str(msg),
289 tkMessageBox.showerror(
298 confirm = tkMessageBox.askokcancel(
301 default=tkMessageBox.OK,
339 tkMessageBox.showerror("Print status", output, parent=self.text)
342 tkMessageBox.showinfo("Print status", message, parent=self.text)