Searched refs:DoubleVar (Results 1 – 19 of 19) 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 | 3 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl, 233 v = DoubleVar(self.root) 237 v = DoubleVar(self.root, 1.23, "name") 243 v = DoubleVar(self.root, 1.23, "name") 251 v = DoubleVar(self.root, name="name")
|
D | test_widgets.py | 732 var = tkinter.DoubleVar(self.root)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/Inputs/ |
D | ClassLayoutTest.cpp | 22 double DoubleVar; variable
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-pdbdump/ |
D | class-layout.test | 14 ; 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 | 24 myvar = tkinter.DoubleVar(self.root) 82 myvar = tkinter.DoubleVar(self.root, value=20)
|
D | test_widgets.py | 839 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython2/Lib/lib-tk/test/ |
D | widget_tests.py | 516 var = tkinter.DoubleVar(self.root)
|
/external/python/cpython3/Lib/tkinter/test/ |
D | widget_tests.py | 498 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 | 537 :class:`StringVar`, :class:`IntVar`, :class:`DoubleVar`, and
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 512 class DoubleVar(Variable): class
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 378 class DoubleVar(Variable): class
|