Home
last modified time | relevance | path

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

/third_party/python/Lib/idlelib/
Dcodecontext.py18 from tkinter.constants import NSEW, SUNKEN
129 context.grid(row=0, column=1, sticky=NSEW)
135 self.cell00.grid(row=0, column=0, sticky=NSEW)
Dhelp_about.py9 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E
110 py_buttons.grid(row=10, column=0, columnspan=2, sticky=NSEW)
133 idle_buttons.grid(row=13, column=0, columnspan=3, sticky=NSEW)
Dtextview.py5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN
50 text.grid(row=0, column=0, sticky=NSEW)
Dsidebar.py315 self.sidebar_text.grid(row=1, column=0, sticky=tk.NSEW)
457 self.canvas.grid(row=1, column=0, sticky=tk.NSEW, padx=2, pady=0)
531 text.grid(row=1, column=1, sticky=tk.NSEW)
Dconfigdialog.py17 NONE, BOTH, X, Y, W, E, EW, NS, NSEW, NW,
1273 self.bindingslist.grid(row=1, column=0, sticky=NSEW)
1279 self.builtinlist.grid(row=0, column=1, sticky=NSEW)
1280 self.customlist.grid(row=1, column=1, sticky=NSEW)
1281 self.keys_message.grid(row=0, column=2, sticky=NSEW, padx=5, pady=5)
2045 ).grid(row=row, column=1, sticky=NSEW, padx=7)
2050 ).grid(row=row, column=1, sticky=NSEW, padx=7)
Deditor.py213 vbar.grid(row=1, column=2, sticky=NSEW)
216 text.grid(row=1, column=1, sticky=NSEW)
/third_party/python/Lib/tkinter/
Dconstants.py18 NSEW='nsew' variable
/third_party/python/Lib/idlelib/idle_test/
Dtest_codecontext.py7 from tkinter import NSEW, Tk, Frame, Text, TclError
65 text.grid(row=1, column=1, sticky=NSEW)
Dtest_sidebar.py52 cls.text.grid(row=1, column=1, sticky=tk.NSEW)
/third_party/python/Misc/
DHISTORY28688 - Added NS, EW, and NSEW constants, for grid's sticky option.