Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_ttk_textonly.py7 from tkinter import ttk namespace
51 self.assertFalse(ttk._format_optdict({}))
55 ttk._format_optdict({'fg': 'blue', 'padding': [1, 2, 3, 4]}),
60 ttk._format_optdict({'test': (1, 2, '', 0)}),
65 ttk._format_optdict({'test': {'left': 'as is'}}),
70 ttk._format_optdict(
83 check_against(ttk._format_optdict(opts), {'-αβγ': True, '-á': False})
89 ttk._format_optdict(
93 ttk._format_optdict(
99 ttk
[all...]
H A Dtest_ttk_guionly.py17 from tkinter import ttk namespace
24 button = ttk.Button(root)
28 # assuming ttk is not available
29 raise unittest.SkipTest("ttk not available: %s" % msg)
/third_party/python/Lib/tkinter/test/test_ttk/
H A Dtest_extensions.py4 from tkinter import ttk namespace
18 x = ttk.LabeledScale(self.root)
27 x = ttk.LabeledScale(self.root, variable=myvar)
40 x = ttk.LabeledScale(self.root, variable=myvar)
47 ttk.LabeledScale(self.root, variable=myvar)
54 x = ttk.LabeledScale(master)
63 x = ttk.LabeledScale(self.root, from_=pair[0])
66 x = ttk.LabeledScale(self.root, from_=None)
71 x = ttk.LabeledScale(self.root, variable=myvar)
75 x = ttk
[all...]
H A Dtest_widgets.py3 from tkinter import ttk, TclError namespace
57 """Tests methods available in every ttk widget."""
61 self.widget = ttk.Button(self.root, width=0, text="Text")
125 return ttk.Frame(self.root, **kwargs)
138 return ttk.LabelFrame(self.root, **kwargs)
149 label = ttk.Label(self.root, text='Mupp', name='foo')
199 return ttk.Label(self.root, **kwargs)
217 return ttk.Button(self.root, **kwargs)
225 btn = ttk.Button(self.root, command=lambda: success.append(1))
242 return ttk
[all...]
H A Dtest_style.py4 from tkinter import ttk namespace
25 self.style = ttk.Style(self.root)
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_editmenu.py8 from tkinter import ttk namespace
24 cls.tentry = ttk.Entry(root)
H A Dhtest.py72 from tkinter.ttk import Scrollbar
H A Dtest_searchbase.py8 from tkinter.ttk import Frame
103 self.assertEqual(str(type(frame)), "<class 'tkinter.ttk.Frame'>")
H A Dtest_textview.py15 from tkinter.ttk import Button
/third_party/python/Lib/idlelib/
H A Dstatusbar.py1 from tkinter.ttk import Label, Frame
24 from tkinter.ttk import Frame, Button
H A Dgrep.py11 from tkinter.ttk import Checkbutton # Frame imported in ...Base
194 from tkinter.ttk import Frame, Button
H A Dsearch.py138 from tkinter.ttk import Frame, Button
H A Dscrolledlist.py2 from tkinter.ttk import Frame, Scrollbar
H A Dsearchbase.py4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
H A Dtextview.py6 from tkinter.ttk import Frame, Scrollbar, Button
H A Dreplace.py271 from tkinter.ttk import Frame, Button
H A Dhelp.py32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style
H A Dquery.py28 from tkinter.ttk import Frame, Button, Entry, Label, Checkbutton
H A Dconfig_key.py5 from tkinter.ttk import Frame, Button, Checkbutton, Entry, Label, Scrollbar
H A Dtree.py20 from tkinter.ttk import Frame, Scrollbar
H A Ddebugger.py5 from tkinter.ttk import Frame, Scrollbar
H A Dautocomplete_w.py7 from tkinter.ttk import Scrollbar
H A Deditor.py14 from tkinter.ttk import Scrollbar
H A Dconfigdialog.py19 from tkinter.ttk import (Frame, LabelFrame, Button, Checkbutton, Entry, Label,

Completed in 15 milliseconds