Searched refs:rowconfigure (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
D | theme_selector.py | 49 top.rowconfigure(0, weight=1)
|
/external/python/cpython2/Lib/idlelib/ |
D | tabbedpages.py | 396 self.rowconfigure(1, weight=1) 402 self.pages_frame.rowconfigure(0, weight=1)
|
D | help.py | 208 self.rowconfigure(0, weight=1)
|
D | TreeWidget.py | 417 self.frame.rowconfigure(0, weight=1)
|
D | configDialog.py | 352 frameTarget.rowconfigure(1, weight=1) 1244 frame.rowconfigure(0, weight=1)
|
/external/python/cpython3/Lib/idlelib/ |
D | help.py | 222 self.rowconfigure(0, weight=1)
|
D | sidebar.py | 523 text_frame.rowconfigure(1, weight=1)
|
D | tree.py | 446 self.frame.rowconfigure(0, 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 | 211 text_frame.rowconfigure(1, weight=1)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_sidebar.py | 47 cls.text_frame.rowconfigure(1, weight=1)
|
/external/python/cpython2/Lib/lib-tk/ |
D | Tkinter.py | 1475 rowconfigure = grid_rowconfigure variable in Misc 2055 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
|
D | turtle.py | 373 self.rowconfigure(0, weight=1, minsize=0)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1844 rowconfigure = grid_rowconfigure variable in Misc 2551 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
|
/external/python/cpython3/Lib/ |
D | turtle.py | 350 self.rowconfigure(0, weight=1, minsize=0)
|