Searched refs:columnconfigure (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | help.py | 223 self.columnconfigure(1, weight=1) # Only expand the text widget.
|
H A D | sidebar.py | 524 text_frame.columnconfigure(1, weight=1)
|
H A D | tree.py | 447 self.frame.columnconfigure(0, weight=1)
|
H A D | configdialog.py | 368 self.columnconfigure(1, weight=1) 1270 frame_target.columnconfigure(0, weight=1) 1935 frame_ext.columnconfigure(2, weight=1)
|
H A D | editor.py | 223 text_frame.columnconfigure(1, weight=1)
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_sidebar.py | 49 cls.text_frame.columnconfigure(1, weight=1)
|
/third_party/python/Lib/tkinter/ |
H A D | __init__.py | 1838 return self._grid_configure('columnconfigure', index, cnf, kw) 1840 columnconfigure = grid_columnconfigure variable in Misc 2555 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure
|
/third_party/python/Lib/ |
H A D | turtle.py | 352 self.columnconfigure(0, weight=1, minsize=0)
|
Completed in 25 milliseconds