Searched refs:columnconfigure (Results 1 - 16 of 16) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
H A Dtheme_selector.py50 top.columnconfigure(0, weight=1)
51 self.columnconfigure(1, weight=1)
/external/python/cpython2/Tools/pynche/
H A DStripViewer.py356 frame2.columnconfigure(0, weight=20)
357 frame2.columnconfigure(2, weight=20)
/external/python/cpython3/Lib/idlelib/
H A Dtabbedpages.py397 self.columnconfigure(0, weight=1)
403 self.pages_frame.columnconfigure(0, weight=1)
H A Dhelp.py207 self.columnconfigure(1, weight=1) # text
H A Dtree.py419 self.frame.columnconfigure(0, weight=1)
H A Dconfigdialog.py354 frameTarget.columnconfigure(0, weight=1)
1249 frame.columnconfigure(2, weight=1)
/external/python/cpython3/Tools/pynche/
H A DStripViewer.py356 frame2.columnconfigure(0, weight=20)
357 frame2.columnconfigure(2, weight=20)
/external/python/cpython2/Lib/idlelib/
H A Dtabbedpages.py395 self.columnconfigure(0, weight=1)
401 self.pages_frame.columnconfigure(0, weight=1)
H A Dhelp.py209 self.columnconfigure(1, weight=1) # text
H A DTreeWidget.py418 self.frame.columnconfigure(0, weight=1)
H A DconfigDialog.py351 frameTarget.columnconfigure(0, weight=1)
1243 frame.columnconfigure(2, weight=1)
/external/python/cpython2/Tools/webchecker/
H A Dwsgui.py94 top.columnconfigure(99, weight=1)
/external/python/cpython2/Lib/lib-tk/
H A DTkinter.py1442 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 Dturtle.py374 self.columnconfigure(0, weight=1, minsize=0)
/external/python/cpython3/Lib/tkinter/
H A D__init__.py1599 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 Dturtle.py350 self.columnconfigure(0, weight=1, minsize=0)

Completed in 420 milliseconds