Searched refs:columnconfigure (Results 1 - 16 of 16) sorted by relevance
/external/python/cpython2/Demo/tkinter/ttk/ |
H A D | theme_selector.py | 50 top.columnconfigure(0, weight=1) 51 self.columnconfigure(1, weight=1)
|
/external/python/cpython2/Tools/pynche/ |
H A D | StripViewer.py | 356 frame2.columnconfigure(0, weight=20) 357 frame2.columnconfigure(2, weight=20)
|
/external/python/cpython3/Lib/idlelib/ |
H A D | tabbedpages.py | 397 self.columnconfigure(0, weight=1) 403 self.pages_frame.columnconfigure(0, weight=1)
|
H A D | help.py | 207 self.columnconfigure(1, weight=1) # text
|
H A D | tree.py | 419 self.frame.columnconfigure(0, weight=1)
|
H A D | configdialog.py | 354 frameTarget.columnconfigure(0, weight=1) 1249 frame.columnconfigure(2, weight=1)
|
/external/python/cpython3/Tools/pynche/ |
H A D | StripViewer.py | 356 frame2.columnconfigure(0, weight=20) 357 frame2.columnconfigure(2, weight=20)
|
/external/python/cpython2/Lib/idlelib/ |
H A D | tabbedpages.py | 395 self.columnconfigure(0, weight=1) 401 self.pages_frame.columnconfigure(0, weight=1)
|
H A D | help.py | 209 self.columnconfigure(1, weight=1) # text
|
H A D | TreeWidget.py | 418 self.frame.columnconfigure(0, weight=1)
|
H A D | configDialog.py | 351 frameTarget.columnconfigure(0, weight=1) 1243 frame.columnconfigure(2, weight=1)
|
/external/python/cpython2/Tools/webchecker/ |
H A D | wsgui.py | 94 top.columnconfigure(99, weight=1)
|
/external/python/cpython2/Lib/lib-tk/ |
H A D | Tkinter.py | 1442 return self._grid_configure('columnconfigure', index, cnf, kw) 1443 columnconfigure = grid_columnconfigure variable in class:Misc 2032 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure
|
H A D | turtle.py | 374 self.columnconfigure(0, weight=1, minsize=0)
|
/external/python/cpython3/Lib/tkinter/ |
H A D | __init__.py | 1599 return self._grid_configure('columnconfigure', index, cnf, kw) 1600 columnconfigure = grid_columnconfigure variable in class:Misc 2223 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure
|
/external/python/cpython3/Lib/ |
H A D | turtle.py | 350 self.columnconfigure(0, weight=1, minsize=0)
|
Completed in 420 milliseconds