/third_party/python/Lib/test/ |
H A D | test_ttk_textonly.py | 7 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 D | test_ttk_guionly.py | 17 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 D | test_extensions.py | 4 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 D | test_widgets.py | 3 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 D | test_style.py | 4 from tkinter import ttk namespace 25 self.style = ttk.Style(self.root)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_editmenu.py | 8 from tkinter import ttk namespace 24 cls.tentry = ttk.Entry(root)
|
H A D | htest.py | 72 from tkinter.ttk import Scrollbar
|
H A D | test_searchbase.py | 8 from tkinter.ttk import Frame 103 self.assertEqual(str(type(frame)), "<class 'tkinter.ttk.Frame'>")
|
H A D | test_textview.py | 15 from tkinter.ttk import Button
|
/third_party/python/Lib/idlelib/ |
H A D | statusbar.py | 1 from tkinter.ttk import Label, Frame 24 from tkinter.ttk import Frame, Button
|
H A D | grep.py | 11 from tkinter.ttk import Checkbutton # Frame imported in ...Base 194 from tkinter.ttk import Frame, Button
|
H A D | search.py | 138 from tkinter.ttk import Frame, Button
|
H A D | scrolledlist.py | 2 from tkinter.ttk import Frame, Scrollbar
|
H A D | searchbase.py | 4 from tkinter.ttk import Frame, Entry, Label, Button, Checkbutton, Radiobutton
|
H A D | textview.py | 6 from tkinter.ttk import Frame, Scrollbar, Button
|
H A D | replace.py | 271 from tkinter.ttk import Frame, Button
|
H A D | help.py | 32 from tkinter.ttk import Frame, Menubutton, Scrollbar, Style
|
H A D | query.py | 28 from tkinter.ttk import Frame, Button, Entry, Label, Checkbutton
|
H A D | config_key.py | 5 from tkinter.ttk import Frame, Button, Checkbutton, Entry, Label, Scrollbar
|
H A D | tree.py | 20 from tkinter.ttk import Frame, Scrollbar
|
H A D | debugger.py | 5 from tkinter.ttk import Frame, Scrollbar
|
H A D | autocomplete_w.py | 7 from tkinter.ttk import Scrollbar
|
H A D | editor.py | 14 from tkinter.ttk import Scrollbar
|
H A D | configdialog.py | 19 from tkinter.ttk import (Frame, LabelFrame, Button, Checkbutton, Entry, Label,
|