Home
last modified time | relevance | path

Searched refs:rowconfigure (Results 1 – 12 of 12) 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.py213 self.rowconfigure(0, weight=1)
Dtree.py418 self.frame.rowconfigure(0, weight=1)
Dconfigdialog.py272 frame.rowconfigure(0, weight=1)
1482 frame_target.rowconfigure(1, weight=1)
/external/python/cpython3/Lib/tkinter/
D__init__.py1633 rowconfigure = grid_rowconfigure variable in Misc
2247 rowconfigure = grid_rowconfigure = Misc.grid_rowconfigure variable in Grid
/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/
Dturtle.py349 self.rowconfigure(0, weight=1, minsize=0)