Home
last modified time | relevance | path

Searched refs:askokcancel (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Lib/tkinter/
H A Dmessagebox.py28 "askquestion", "askokcancel", "askyesno",
106 def askokcancel(title=None, message=None, **options): function
143 print("proceed", askokcancel("Spam", "Proceed?"))
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_squeezer.py391 mock_msgbox.askokcancel.return_value = False
402 mock_msgbox.askokcancel.return_value = True
H A Dmock_tk.py84 askokcancel = Mbox_func() # True or False variable in Mbox
/third_party/python/Lib/idlelib/
H A Drunscript.py198 confirm = messagebox.askokcancel(title="Save Before Run or Check",
H A Dsqueezer.py150 confirm = messagebox.askokcancel(
H A Diomenu.py301 confirm = messagebox.askokcancel(
H A Dpyshell.py1104 response = messagebox.askokcancel(

Completed in 6 milliseconds