/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 64 takefocus=0): argument 90 vbar = Scrollbar(frame, takefocus=takefocus) 95 vbar = Scrollbar(frame, name="vbar", takefocus=takefocus) 106 takefocus=takefocus) 136 class_=None, name=None, takefocus=None): argument 151 takefocus=takefocus) 165 takefocus=None): argument 173 takefocus=takefocus) 187 takefocus=None): argument 197 takefocus=takefocus) [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | textview.py | 56 takefocus=False, 64 takefocus=False, 96 self, text='Close', command=self.ok, takefocus=False) 133 command=self.ok, takefocus=False)
|
D | debugobj.py | 131 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
|
D | browser.py | 117 takefocus=1)
|
D | configdialog.py | 162 takefocus=FALSE, **padding_args) 552 takefocus=True, exportselection=FALSE) 856 takefocus=FALSE, highlightthickness=0, wrap=NONE) 1459 frame_target, takefocus=FALSE, exportselection=FALSE) 2006 frame_helplist, height=5, takefocus=True,
|
D | sidebar.py | 151 self.sidebar_text.config(takefocus=False, exportselection=False)
|
D | tree.py | 489 sc = ScrolledCanvas(top, bg="white", highlightthickness=0, takefocus=1)
|
/external/python/cpython2/Lib/idlelib/ |
D | textView.py | 52 command=self.Ok, takefocus=FALSE) 54 takefocus=FALSE, highlightthickness=0)
|
D | ObjectBrowser.py | 147 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
|
D | ClassBrowser.py | 61 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
|
D | configDialog.py | 105 Button(buttons, text=txt, command=cmd, takefocus=FALSE, 134 frameFontName, height=5, takefocus=FALSE, exportselection=FALSE) 202 takefocus=FALSE, highlightthickness=0, wrap=NONE) 314 frameTarget, takefocus=FALSE, exportselection=FALSE) 432 frameHelpList, height=5, takefocus=FALSE,
|
D | tabbedpages.py | 198 padx=5, pady=1, takefocus=FALSE, indicatoron=FALSE,
|
D | TreeWidget.py | 458 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_tree.py | 25 self.root, bg="white", highlightthickness=0, takefocus=1)
|
/external/python/cpython2/Doc/faq/ |
D | gui.rst | 135 labels; see the takefocus option).
|
/external/python/cpython3/Doc/faq/ |
D | gui.rst | 159 labels; see the takefocus option).
|
/external/python/cpython2/Demo/tix/ |
D | tixwidgets.py | 60 file = Tix.Menubutton(w, text='File', underline=0, takefocus=0) 61 help = Tix.Menubutton(w, text='Help', underline=0, takefocus=0)
|
/external/python/cpython2/Doc/library/ |
D | ttk.rst | 120 | takefocus | Determines whether the window accepts the focus during |
|
/external/python/cpython3/Doc/library/ |
D | tkinter.ttk.rst | 125 | takefocus | Determines whether the window accepts the focus during |
|