Searched refs:rowconfigure (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/ |
D | help.py | 222 self.rowconfigure(0, weight=1)
|
D | tree.py | 446 self.frame.rowconfigure(0, weight=1)
|
D | sidebar.py | 526 text_frame.rowconfigure(1, weight=1)
|
D | configdialog.py | 369 self.rowconfigure(2, weight=1) 1271 frame_target.rowconfigure(1, weight=1) 1934 frame_ext.rowconfigure(0, weight=1)
|
D | editor.py | 210 text_frame.rowconfigure(1, weight=1)
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 47 cls.text_frame.rowconfigure(1, weight=1)
|
/third_party/python/Lib/tkinter/ |
D | __init__.py | 1844 rowconfigure = grid_rowconfigure variable in Misc 2551 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
|
/third_party/python/Lib/ |
D | turtle.py | 350 self.rowconfigure(0, weight=1, minsize=0)
|