OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DoubleVar
(Results
1 - 6
of
6
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py
28
myvar = Tkinter.
DoubleVar
()
75
myvar = Tkinter.
DoubleVar
(value=20)
79
# check that it is really using a
DoubleVar
test_widgets.py
521
var = Tkinter.
DoubleVar
()
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
test_extensions.py
28
myvar = Tkinter.
DoubleVar
()
75
myvar = Tkinter.
DoubleVar
(value=20)
79
# check that it is really using a
DoubleVar
test_widgets.py
521
var = Tkinter.
DoubleVar
()
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py
201
Subclasses StringVar, IntVar,
DoubleVar
, BooleanVar are specializations
321
class
DoubleVar
(Variable):
430
A parameter of type IntVar, StringVar,
DoubleVar
or
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkinter.py
201
Subclasses StringVar, IntVar,
DoubleVar
, BooleanVar are specializations
321
class
DoubleVar
(Variable):
430
A parameter of type IntVar, StringVar,
DoubleVar
or
[
all
...]
Completed in 42 milliseconds