Searched refs:askquestion (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython2/Lib/lib-tk/ |
D | tkMessageBox.py | 93 def askquestion(title=None, message=None, **options): function 130 print "question", askquestion("Spam", "Question?")
|
/external/python/cpython3/Lib/tkinter/ |
D | messagebox.py | 101 def askquestion(title=None, message=None, **options): function 142 print("question", askquestion("Spam", "Question?"))
|
/external/python/cpython3/Doc/library/ |
D | tkinter.messagebox.rst | 35 .. method:: askquestion(title=None, message=None, **options)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | mock_tk.py | 86 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox
|
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | mock_tk.py | 80 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 156 if tkMessageBox.askquestion ('Interrupt', 'Really Quit?') == 'yes':
|