Home
last modified time | relevance | path

Searched refs:IntVar (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Tools/unittestgui/
Dunittestgui.py257 self.runCountVar = tk.IntVar()
258 self.failCountVar = tk.IntVar()
259 self.errorCountVar = tk.IntVar()
260 self.skipCountVar = tk.IntVar()
261 self.expectFailCountVar = tk.IntVar()
262 self.remainingCountVar = tk.IntVar()
/third_party/python/Lib/idlelib/
Dpercolator.py106 var1 = tk.IntVar(parent)
109 var2 = tk.IntVar(parent)
Dconfigdialog.py15 StringVar, BooleanVar, IntVar, TRUE, FALSE,
1609 IntVar(self), ('main', 'General', 'editor-on-startup'))
1812 IntVar(self), ('main', 'General', 'autosave'))
/third_party/python/Lib/tkinter/test/test_tkinter/
Dtest_variables.py6 from tkinter import (Variable, StringVar, IntVar, DoubleVar, BooleanVar, Tcl,
236 v = IntVar(self.root)
240 v = IntVar(self.root, 123, "name")
248 v = IntVar(self.root, name="name")
/third_party/python/Tools/pynche/
DDetailsViewer.py92 self.__rvar = IntVar()
99 self.__gvar = IntVar()
106 self.__bvar = IntVar()
DTextViewer.py77 self.__which = IntVar()
/third_party/flutter/skia/tools/fm/fm_bot/
Dfm_bot.go46 flag.IntVar(cpuLimit, "c", *cpuLimit, "Alias for --cpuLimit.")
47 flag.IntVar(gpuLimit, "g", *gpuLimit, "Alias for --gpuLimit.")
/third_party/skia/tools/fm/fm_bot/
Dfm_bot.go46 flag.IntVar(cpuLimit, "c", *cpuLimit, "Alias for --cpuLimit.")
47 flag.IntVar(gpuLimit, "g", *gpuLimit, "Alias for --gpuLimit.")
/third_party/python/Tools/demo/
Dsortvisu.py513 class MyIntVar(IntVar):
516 IntVar.__init__(self, master)
518 IntVar.set(self, value)
Dredemo.py86 var = IntVar()
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
Dmain.go87 flag.IntVar(&numCPU, "j", numCPU, "maximum number of concurrent threads to run tests")
88 …flag.IntVar(&maxFilenameColumnWidth, "filename-column-width", 0, "maximum width of the filename co…
/third_party/python/Misc/NEWS.d/
D3.6.0b3.rst116 representing the scale as float value internally in Tk. tkinter.IntVar now
D3.5.3rc1.rst627 representing the scale as float value internally in Tk. tkinter.IntVar now
D3.7.0a1.rst4020 representing the scale as float value internally in Tk. tkinter.IntVar now
/third_party/python/Lib/tkinter/test/test_ttk/
Dtest_extensions.py38 myvar = tkinter.IntVar(self.root)
Dtest_widgets.py686 myvar = tkinter.IntVar(self.root)
/third_party/skia/third_party/externals/dawn/src/dawn_node/tools/src/cmd/run-cts/
Dmain.go125 flag.IntVar(&numRunners, "j", runtime.NumCPU()/2, "number of concurrent runners. 0 runs serially")
/third_party/flatbuffers/tests/
Dgo_test.go50 flag.IntVar(&fuzzFields, "fuzz_fields", 4, "fields per fuzzer object")
51 flag.IntVar(&fuzzObjects, "fuzz_objects", 10000,
/third_party/python/Lib/idlelib/idle_test/
Dtest_configdialog.py11 from tkinter import (Tk, StringVar, IntVar, BooleanVar, DISABLED, NORMAL)
1483 cls.iv = IntVar(root)
/third_party/python/Lib/tkinter/
Dttk.py1524 self._variable = variable or tkinter.IntVar(master)
D__init__.py550 class IntVar(Variable): class
/third_party/python/Doc/library/
Dtkinter.rst653 :class:`StringVar`, :class:`IntVar`, :class:`DoubleVar`, and