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, 240 v = DoubleVar(self.root) 244 v = DoubleVar(self.root, 1.23, "name") 250 v = DoubleVar(self.root, 1.23, "name") 258 v = DoubleVar(self.root, name="name")
|
D | test_widgets.py | 808 var = tkinter.DoubleVar(self.root)
|
/external/llvm/test/tools/llvm-pdbdump/Inputs/ |
D | ClassLayoutTest.cpp | 22 double DoubleVar; variable
|
/external/llvm-project/llvm/test/tools/llvm-pdbutil/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/llvm-project/llvm/test/tools/llvm-pdbutil/ |
D | class-layout.test | 16 ; GLOBALS_TEST-DAG: double GlobalsTest::DoubleVar
|
/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 | 836 var = tkinter.DoubleVar(self.root)
|
/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/ |
D | widget_tests.py | 493 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 | 536 :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 | 541 class DoubleVar(Variable): class
|