Home
last modified time | relevance | path

Searched refs:pack_configure (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/lib-tk/test/test_tkinter/
Dtest_geometry_managers.py30 a.pack_configure(after=b)
32 a.pack_configure(after='.foo')
33 a.pack_configure(side='top')
34 b.pack_configure(side='top')
35 c.pack_configure(side='top')
36 d.pack_configure(side='top')
38 a.pack_configure(after=b)
40 a.pack_configure(after=a)
46 a.pack_configure(side='top', ipadx=5, padx=10, ipady=15, pady=20,
63 a.pack_configure(before=b)
[all …]
/external/python/cpython3/Lib/tkinter/test/test_tkinter/
Dtest_geometry_managers.py30 a.pack_configure(after=b)
32 a.pack_configure(after='.foo')
33 a.pack_configure(side='top')
34 b.pack_configure(side='top')
35 c.pack_configure(side='top')
36 d.pack_configure(side='top')
38 a.pack_configure(after=b)
40 a.pack_configure(after=a)
46 a.pack_configure(side='top', ipadx=5, padx=10, ipady=15, pady=20,
63 a.pack_configure(before=b)
[all …]
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1928 def pack_configure(self, cnf={}, **kw): member in Pack
1947 pack = configure = config = pack_configure
/external/python/cpython3/Lib/tkinter/
D__init__.py2119 def pack_configure(self, cnf={}, **kw): member in Pack
2138 pack = configure = config = pack_configure