Home
last modified time | relevance | path

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

/third_party/python/Tools/pynche/
DStripViewer.py352 frame2.columnconfigure(0, weight=20)
353 frame2.columnconfigure(2, weight=20)
/third_party/python/Lib/idlelib/
Dhelp.py223 self.columnconfigure(1, weight=1) # Only expand the text widget.
Dtree.py447 self.frame.columnconfigure(0, weight=1)
Dsidebar.py527 text_frame.columnconfigure(1, weight=1)
Dconfigdialog.py368 self.columnconfigure(1, weight=1)
1270 frame_target.columnconfigure(0, weight=1)
1935 frame_ext.columnconfigure(2, weight=1)
Deditor.py211 text_frame.columnconfigure(1, weight=1)
/third_party/python/Lib/idlelib/idle_test/
Dtest_sidebar.py48 cls.text_frame.columnconfigure(1, weight=1)
/third_party/python/Lib/tkinter/
D__init__.py1813 columnconfigure = grid_columnconfigure variable in Misc
2528 columnconfigure = grid_columnconfigure = Misc.grid_columnconfigure variable in Grid
/third_party/python/Lib/
Dturtle.py351 self.columnconfigure(0, weight=1, minsize=0)
/third_party/python/Misc/
DHISTORY29976 e.g. "grid_columnconfigure()" instead of "columnconfigure()". The old