Searched refs:pack_configure (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/lib-tk/test/test_tkinter/ |
D | test_geometry_managers.py | 30 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/ |
D | test_geometry_managers.py | 30 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/ |
D | Tkinter.py | 1933 def pack_configure(self, cnf={}, **kw): member in Pack 1952 pack = configure = config = pack_configure
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 2372 def pack_configure(self, cnf={}, **kw): member in Pack 2392 pack = configure = config = pack_configure
|