Searched refs:columnconfigure (Results 1 – 10 of 10) sorted by relevance
/third_party/python/Tools/pynche/ |
D | StripViewer.py | 352 frame2.columnconfigure(0, weight=20) 353 frame2.columnconfigure(2, weight=20)
|
/third_party/python/Lib/idlelib/ |
D | help.py | 223 self.columnconfigure(1, weight=1) # Only expand the text widget.
|
D | tree.py | 447 self.frame.columnconfigure(0, weight=1)
|
D | sidebar.py | 527 text_frame.columnconfigure(1, weight=1)
|
D | configdialog.py | 368 self.columnconfigure(1, weight=1) 1270 frame_target.columnconfigure(0, weight=1) 1935 frame_ext.columnconfigure(2, weight=1)
|
D | editor.py | 211 text_frame.columnconfigure(1, weight=1)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 48 cls.text_frame.columnconfigure(1, weight=1)
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1813 columnconfigure = grid_columnconfigure variable in Misc 2528 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
|
/third_party/python/Lib/ |
D | turtle.py | 351 self.columnconfigure(0, weight=1, minsize=0)
|
/third_party/python/Misc/ |
D | HISTORY | 29976 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old
|