Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
Dsimpledialog.py270 class _QueryDialog(Dialog): class
337 class _QueryInteger(_QueryDialog):
359 class _QueryFloat(_QueryDialog):
381 class _QueryString(_QueryDialog):
388 _QueryDialog.__init__(self, *args, **kw)
391 entry = _QueryDialog.body(self, master)