Searched refs:DoubleVar (Results 1 – 17 of 17) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_variables.py | 3 from Tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl, 164 v = DoubleVar(self.root) 168 v = DoubleVar(self.root, 1.23, "name") 174 v = DoubleVar(self.root, 1.23, "name") 182 v = DoubleVar(self.root, name="name")
|
D | test_widgets.py | 721 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython3/Lib/tkinter/test/test_tkinter/ |
D | test_variables.py | 6 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl, 257 v = DoubleVar(self.root) 261 v = DoubleVar(self.root, 1.23, "name") 267 v = DoubleVar(self.root, 1.23, "name") 275 v = DoubleVar(self.root, name="name")
|
D | test_widgets.py | 807 var = tkinter.DoubleVar(self.root)
|
/external/llvm/test/tools/llvm-pdbdump/Inputs/ |
D | ClassLayoutTest.cpp | 22 double DoubleVar; variable
|
/external/python/cpython2/Demo/tix/samples/ |
D | Control.py | 38 demo_thrust = Tix.DoubleVar()
|
/external/llvm/test/tools/llvm-pdbdump/ |
D | class-layout.test | 13 ; GLOBALS_TEST-DAG: double GlobalsTest::DoubleVar
|
/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_extensions.py | 24 myvar = tkinter.DoubleVar(self.root) 86 myvar = tkinter.DoubleVar(self.root, value=20)
|
D | test_widgets.py | 835 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython3/Lib/tkinter/test/test_ttk/ |
D | test_extensions.py | 25 myvar = tkinter.DoubleVar(self.root) 70 myvar = tkinter.DoubleVar(self.root, value=20)
|
D | test_widgets.py | 823 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 490 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 516 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython2/Doc/library/ |
D | tkinter.rst | 547 :class:`StringVar`, :class:`IntVar`, :class:`DoubleVar`, and
|
/external/python/cpython3/Doc/library/ |
D | tkinter.rst | 653 :class:`StringVar`, :class:`IntVar`, :class:`DoubleVar`, and
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 378 class DoubleVar(Variable): class
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 575 class DoubleVar(Variable): class
|