Home
last modified time | relevance | path

Searched refs:askquestion (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/lib-tk/
DtkMessageBox.py93 def askquestion(title=None, message=None, **options): function
130 print "question", askquestion("Spam", "Question?")
/external/python/cpython3/Lib/tkinter/
Dmessagebox.py101 def askquestion(title=None, message=None, **options): function
142 print("question", askquestion("Spam", "Question?"))
/external/python/cpython3/Doc/library/
Dtkinter.messagebox.rst35 .. method:: askquestion(title=None, message=None, **options)
/external/python/cpython3/Lib/idlelib/idle_test/
Dmock_tk.py86 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox
/external/python/cpython2/Lib/idlelib/idle_test/
Dmock_tk.py80 askquestion = Mbox_func() # 'yes' or 'no' variable in Mbox
/external/python/cpython2/Demo/tix/
Dtixwidgets.py156 if tkMessageBox.askquestion ('Interrupt', 'Really Quit?') == 'yes':