Home
last modified time | relevance | path

Searched refs:NSEW (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dcodecontext.py18 from tkinter.constants import NSEW, SUNKEN namespace
129 context.grid(row=0, column=1, sticky=NSEW)
135 self.cell00.grid(row=0, column=0, sticky=NSEW)
H A Dhelp_about.py10 from tkinter import SUNKEN, TOP, BOTTOM, LEFT, X, BOTH, W, EW, NSEW, E namespace
108 py_buttons.grid(row=10, column=0, columnspan=2, sticky=NSEW)
131 idle_buttons.grid(row=13, column=0, columnspan=3, sticky=NSEW)
H A Dtextview.py5 HORIZONTAL, VERTICAL, NS, EW, NSEW, NONE, WORD, SUNKEN namespace
50 text.grid(row=0, column=0, sticky=NSEW)
H A 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)
528 text.grid(row=1, column=1, sticky=tk.NSEW)
H A 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)
H A Deditor.py225 vbar.grid(row=1, column=2, sticky=NSEW)
228 text.grid(row=1, column=1, sticky=NSEW)
/third_party/python/Lib/tkinter/
H A Dconstants.py18 NSEW='nsew' variable
/third_party/python/Lib/idlelib/idle_test/
H A Dtest_codecontext.py7 from tkinter import NSEW, Tk, Frame, Text, TclError namespace
65 text.grid(row=1, column=1, sticky=NSEW)
H A Dtest_sidebar.py52 cls.text.grid(row=1, column=1, sticky=tk.NSEW)

Completed in 10 milliseconds