/external/python/cpython2/Demo/tkinter/ttk/ |
D | theme_selector.py | 50 top.columnconfigure(0, weight=1) 51 self.columnconfigure(1, weight=1)
|
/external/python/cpython3/Tools/pynche/ |
D | StripViewer.py | 352 frame2.columnconfigure(0, weight=20) 353 frame2.columnconfigure(2, weight=20)
|
/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 352 frame2.columnconfigure(0, weight=20) 353 frame2.columnconfigure(2, weight=20)
|
/external/python/cpython2/Lib/idlelib/ |
D | tabbedpages.py | 395 self.columnconfigure(0, weight=1) 401 self.pages_frame.columnconfigure(0, weight=1)
|
D | help.py | 209 self.columnconfigure(1, weight=1) # text
|
D | TreeWidget.py | 418 self.frame.columnconfigure(0, weight=1)
|
D | configDialog.py | 351 frameTarget.columnconfigure(0, weight=1) 1245 frame.columnconfigure(2, weight=1)
|
/external/python/cpython2/Tools/webchecker/ |
D | wsgui.py | 94 top.columnconfigure(99, weight=1)
|
/external/python/cpython3/Lib/idlelib/ |
D | help.py | 223 self.columnconfigure(1, weight=1) # Only expand the text widget.
|
D | sidebar.py | 321 text_frame.columnconfigure(1, weight=1)
|
D | tree.py | 447 self.frame.columnconfigure(0, weight=1)
|
D | configdialog.py | 281 frame.columnconfigure(2, weight=1) 578 self.columnconfigure(1, weight=1) 1498 frame_target.columnconfigure(0, weight=1)
|
D | editor.py | 211 text_frame.columnconfigure(1, weight=1)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 38 cls.text_frame.columnconfigure(1, weight=1)
|
/external/llvm-project/lldb/examples/python/ |
D | lldbtk.py | 496 frame.columnconfigure(0, weight=1)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1448 columnconfigure = grid_columnconfigure variable in Misc 2037 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
|
D | turtle.py | 374 self.columnconfigure(0, weight=1, minsize=0)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1776 columnconfigure = grid_columnconfigure variable in Misc 2491 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
|
/external/python/cpython3/Lib/ |
D | turtle.py | 351 self.columnconfigure(0, weight=1, minsize=0)
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12597 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old
|
/external/python/cpython3/Misc/ |
D | HISTORY | 29976 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old
|