Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/lib-tk/
DtkSimpleDialog.py172 class _QueryDialog(Dialog): class
246 class _QueryInteger(_QueryDialog):
265 class _QueryFloat(_QueryDialog):
284 class _QueryString(_QueryDialog):
291 _QueryDialog.__init__(self, *args, **kw)
294 entry = _QueryDialog.body(self, master)