Home
last modified time | relevance | path

Searched refs:askquestion (Results 1 – 3 of 3) 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/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':