Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Ddynoption.py7 from tkinter import OptionMenu, _setit, StringVar, Button
33 command=_setit(self.variable,item,self.command))
/third_party/python/Lib/tkinter/
D__init__.py3966 class _setit: class
4002 command=_setit(variable, value, callback))
4005 command=_setit(variable, v, callback))