Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/idlelib/
Ddynoption.py7 from tkinter import OptionMenu, _setit, StringVar, Button
33 command=_setit(self.variable,item,self.command))
/external/python/cpython2/Lib/idlelib/
DdynOptionMenuWidget.py6 from Tkinter import OptionMenu, _setit, StringVar, Button
32 command=_setit(self.variable,item,self.command))
/external/python/cpython2/Lib/lib-tk/
Dttk.py1617 command=Tkinter._setit(self._variable, val, self._callback),
DTkinter.py3258 class _setit: class
3290 command=_setit(variable, value, callback))
3293 command=_setit(variable, v, callback))
/external/python/cpython3/Lib/tkinter/
D__init__.py3966 class _setit: class
4002 command=_setit(variable, value, callback))
4005 command=_setit(variable, v, callback))