Home
last modified time | relevance | path

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

/external/python/cpython2/Tools/webchecker/
Dtktools.py64 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/cpython2/Lib/idlelib/
DtextView.py51 command=self.Ok, takefocus=FALSE)
53 takefocus=FALSE, highlightthickness=0)
DObjectBrowser.py147 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
DClassBrowser.py61 sc = ScrolledCanvas(top, bg=background, highlightthickness=0, takefocus=1)
DconfigDialog.py105 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,
Dtabbedpages.py198 padx=5, pady=1, takefocus=FALSE, indicatoron=FALSE,
DTreeWidget.py458 sc = ScrolledCanvas(root, bg="white", highlightthickness=0, takefocus=1)
/external/python/cpython2/Doc/faq/
Dgui.rst144 labels; see the takefocus option).
/external/python/cpython2/Demo/tix/
Dtixwidgets.py60 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/
Dttk.rst120 | takefocus | Determines whether the window accepts the focus during |