Searched refs:ttk (Results 1 - 24 of 24) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py4 import ttk namespace
36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-αβγ': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk
[all...]
H A Dtest_extensions.py4 import ttk namespace
22 x = ttk.LabeledScale()
30 x = ttk.LabeledScale(variable=myvar)
39 x = ttk.LabeledScale(variable=myvar)
46 ttk.LabeledScale(variable=myvar)
53 x = ttk.LabeledScale()
57 x = ttk.LabeledScale(master)
65 x = ttk.LabeledScale(from_=pair[0])
68 x = ttk.LabeledScale(from_='2.5')
71 x = ttk
[all...]
H A Dtest_style.py3 import ttk namespace
13 self.style = ttk.Style()
H A Dtest_widgets.py3 import ttk namespace
13 """Tests methods available in every ttk widget."""
17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
117 self.combo = ttk.Combobox()
206 combo2 = ttk.Combobox(values=[1, 2, ''])
215 self.entry = ttk.Entry()
319 self.paned = ttk
[all...]
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py4 import ttk namespace
36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-αβγ': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk
[all...]
H A Dtest_extensions.py4 import ttk namespace
22 x = ttk.LabeledScale()
30 x = ttk.LabeledScale(variable=myvar)
39 x = ttk.LabeledScale(variable=myvar)
46 ttk.LabeledScale(variable=myvar)
53 x = ttk.LabeledScale()
57 x = ttk.LabeledScale(master)
65 x = ttk.LabeledScale(from_=pair[0])
68 x = ttk.LabeledScale(from_='2.5')
71 x = ttk
[all...]
H A Dtest_style.py3 import ttk namespace
13 self.style = ttk.Style()
H A Dtest_widgets.py3 import ttk namespace
13 """Tests methods available in every ttk widget."""
17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
117 self.combo = ttk.Combobox()
206 combo2 = ttk.Combobox(values=[1, 2, ''])
215 self.entry = ttk.Entry()
319 self.paned = ttk
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py4 import ttk namespace
36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-αβγ': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk
[all...]
H A Dtest_extensions.py4 import ttk namespace
22 x = ttk.LabeledScale()
30 x = ttk.LabeledScale(variable=myvar)
39 x = ttk.LabeledScale(variable=myvar)
46 ttk.LabeledScale(variable=myvar)
53 x = ttk.LabeledScale()
57 x = ttk.LabeledScale(master)
65 x = ttk.LabeledScale(from_=pair[0])
68 x = ttk.LabeledScale(from_='2.5')
71 x = ttk
[all...]
H A Dtest_style.py3 import ttk namespace
13 self.style = ttk.Style()
H A Dtest_widgets.py3 import ttk namespace
13 """Tests methods available in every ttk widget."""
17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
117 self.combo = ttk.Combobox()
206 combo2 = ttk.Combobox(values=[1, 2, ''])
215 self.entry = ttk.Entry()
319 self.paned = ttk
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
H A Dtest_functions.py4 import ttk namespace
36 self.assertFalse(ttk._format_optdict({}))
40 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
45 ttk._format_optdict({'test': (1, 2, '', 0)}),
50 ttk._format_optdict({'test': {'left': 'as is'}}),
55 ttk._format_optdict(
68 check_against(ttk._format_optdict(opts), {u'-αβγ': True, u'-á': False})
74 ttk._format_optdict(
78 ttk._format_optdict(
84 ttk
[all...]
H A Dtest_extensions.py4 import ttk namespace
22 x = ttk.LabeledScale()
30 x = ttk.LabeledScale(variable=myvar)
39 x = ttk.LabeledScale(variable=myvar)
46 ttk.LabeledScale(variable=myvar)
53 x = ttk.LabeledScale()
57 x = ttk.LabeledScale(master)
65 x = ttk.LabeledScale(from_=pair[0])
68 x = ttk.LabeledScale(from_='2.5')
71 x = ttk
[all...]
H A Dtest_style.py3 import ttk namespace
13 self.style = ttk.Style()
H A Dtest_widgets.py3 import ttk namespace
13 """Tests methods available in every ttk widget."""
17 self.widget = ttk.Button(width=0, text="Text")
79 btn = ttk.Button(command=lambda: success.append(1))
92 cbtn = ttk.Checkbutton(command=cb_test)
93 # the variable automatically created by ttk.Checkbutton is actually
117 self.combo = ttk.Combobox()
206 combo2 = ttk.Combobox(values=[1, 2, ''])
215 self.entry = ttk.Entry()
319 self.paned = ttk
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_ttk_guionly.py18 import ttk namespace
22 ttk.Button()
24 # assuming ttk is not available
25 raise unittest.SkipTest("ttk not available: %s" % msg)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_ttk_guionly.py18 import ttk namespace
22 ttk.Button()
24 # assuming ttk is not available
25 raise unittest.SkipTest("ttk not available: %s" % msg)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_ttk_guionly.py18 import ttk namespace
22 ttk.Button()
24 # assuming ttk is not available
25 raise unittest.SkipTest("ttk not available: %s" % msg)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_ttk_guionly.py18 import ttk namespace
22 ttk.Button()
24 # assuming ttk is not available
25 raise unittest.SkipTest("ttk not available: %s" % msg)
/prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_tkinter/
H A Dtest_text.py4 from ttk import setup_master
/prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_tkinter/
H A Dtest_text.py4 from ttk import setup_master
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
H A Dtest_text.py4 from ttk import setup_master
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_tkinter/
H A Dtest_text.py4 from ttk import setup_master

Completed in 350 milliseconds