Home
last modified time | relevance | path

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

/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.py1615 command=Tkinter._setit(self._variable, val, self._callback))
DTkinter.py3253 class _setit: class
3285 command=_setit(variable, value, callback))
3288 command=_setit(variable, v, callback))