Home
last modified time | relevance | path

Searched refs:rowconfigure (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Demo/tkinter/ttk/
Dtheme_selector.py49 top.rowconfigure(0, weight=1)
/external/python/cpython2/Lib/idlelib/
Dtabbedpages.py396 self.rowconfigure(1, weight=1)
402 self.pages_frame.rowconfigure(0, weight=1)
Dhelp.py208 self.rowconfigure(0, weight=1)
DTreeWidget.py417 self.frame.rowconfigure(0, weight=1)
DconfigDialog.py352 frameTarget.rowconfigure(1, weight=1)
1244 frame.rowconfigure(0, weight=1)
/external/python/cpython3/Lib/idlelib/
Dhelp.py222 self.rowconfigure(0, weight=1)
Dsidebar.py523 text_frame.rowconfigure(1, weight=1)
Dtree.py446 self.frame.rowconfigure(0, weight=1)
Dconfigdialog.py369 self.rowconfigure(2, weight=1)
1271 frame_target.rowconfigure(1, weight=1)
1934 frame_ext.rowconfigure(0, weight=1)
Deditor.py211 text_frame.rowconfigure(1, weight=1)
/external/python/cpython3/Lib/idlelib/idle_test/
Dtest_sidebar.py47 cls.text_frame.rowconfigure(1, weight=1)
/external/python/cpython2/Lib/lib-tk/
DTkinter.py1475 rowconfigure = grid_rowconfigure variable in Misc
2055 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
Dturtle.py373 self.rowconfigure(0, weight=1, minsize=0)
/external/python/cpython3/Lib/tkinter/
D__init__.py1844 rowconfigure = grid_rowconfigure variable in Misc
2551 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
/external/python/cpython3/Lib/
Dturtle.py350 self.rowconfigure(0, weight=1, minsize=0)