Searched refs:rowconfigure (Results 1 – 12 of 12) 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 | 213 self.rowconfigure(0, weight=1)
|
D | tree.py | 418 self.frame.rowconfigure(0, weight=1)
|
D | configdialog.py | 272 frame.rowconfigure(0, weight=1) 1482 frame_target.rowconfigure(1, weight=1)
|
/external/python/cpython3/Lib/tkinter/ |
D | __init__.py | 1633 rowconfigure = grid_rowconfigure variable in Misc 2247 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
|
/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/ |
D | turtle.py | 349 self.rowconfigure(0, weight=1, minsize=0)
|