Home
last modified time | relevance | path

Searched refs:columnconfigure (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dtheme_selector.py50 top.columnconfigure(0, weight=1)
51 self.columnconfigure(1, weight=1)
/external/python/cpython3/Tools/pynche/
DStripViewer.py352 frame2.columnconfigure(0, weight=20)
353 frame2.columnconfigure(2, weight=20)
/external/python/cpython2/Tools/pynche/
DStripViewer.py352 frame2.columnconfigure(0, weight=20)
353 frame2.columnconfigure(2, weight=20)
/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py395 self.columnconfigure(0, weight=1)
401 self.pages_frame.columnconfigure(0, weight=1)
Dhelp.py209 self.columnconfigure(1, weight=1) # text
DTreeWidget.py418 self.frame.columnconfigure(0, weight=1)
DconfigDialog.py351 frameTarget.columnconfigure(0, weight=1)
1245 frame.columnconfigure(2, weight=1)
/external/python/cpython2/Tools/webchecker/
Dwsgui.py94 top.columnconfigure(99, weight=1)
/external/python/cpython3/Lib/idlelib/
Dhelp.py223 self.columnconfigure(1, weight=1) # Only expand the text widget.
Dsidebar.py321 text_frame.columnconfigure(1, weight=1)
Dtree.py447 self.frame.columnconfigure(0, weight=1)
Dconfigdialog.py281 frame.columnconfigure(2, weight=1)
578 self.columnconfigure(1, weight=1)
1498 frame_target.columnconfigure(0, weight=1)
Deditor.py211 text_frame.columnconfigure(1, weight=1)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py38 cls.text_frame.columnconfigure(1, weight=1)
/external/llvm-project/lldb/examples/python/
Dlldbtk.py496 frame.columnconfigure(0, weight=1)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1448 columnconfigure = grid_columnconfigure variable in Misc
2037 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
Dturtle.py374 self.columnconfigure(0, weight=1, minsize=0)
/external/python/cpython3/Lib/tkinter/
D__init__.py1776 columnconfigure = grid_columnconfigure variable in Misc
2491 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
/external/python/cpython3/Lib/
Dturtle.py351 self.columnconfigure(0, weight=1, minsize=0)
/external/python/cpython2/Misc/
DHISTORY12597 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old
/external/python/cpython3/Misc/
DHISTORY29976 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old