Home
last modified time | relevance | path

Searched refs:winfo_rootx (Results 1 – 25 of 30) sorted by relevance

12

/external/python/cpython2/Lib/idlelib/
DCallTipWindow.py43 x = box[0] + self.widget.winfo_rootx() + 2
142 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
DdynOptionMenuWidget.py41 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
DToolTip.py43 x = self.button.winfo_rootx() + 20
DconfigSectionNameDialog.py33 parent.winfo_rootx() +
DtextView.py25 parent.winfo_rootx() + 10,
Dtabbedpages.py267 (self.winfo_rootx() + self.winfo_width() <
268 page_set.winfo_rootx() + page_set.winfo_width())
DconfigHelpSourceEdit.py38 parent.winfo_rootx() +
DClassBrowser.py55 (flist.root.winfo_rootx(), flist.root.winfo_rooty() + 200))
DaboutDialog.py21 parent.winfo_rootx()+30,
DColorDelegator.py244 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
DkeybindingDialog.py44 parent.winfo_rootx() +
DAutoCompleteWindow.py229 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/external/python/cpython3/Lib/idlelib/
Dtooltip.py50 root_x = self.anchor_widget.winfo_rootx() + x
Dbrowser.py109 (root.winfo_rootx(), root.winfo_rooty() + 200))
Dtextview.py125 x = parent.winfo_rootx() + 10
Dhelp_about.py41 parent.winfo_rootx()+30,
Dconfig_key.py88 parent.winfo_rootx() +
Dquery.py76 parent.winfo_rootx() +
Dautocomplete_w.py264 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/external/python/cpython2/Lib/lib-tk/
DSimpleDialog.py45 m_x = master.winfo_rootx()
DtkSimpleDialog.py76 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
DTkdnd.py257 x_org = canvas.winfo_rootx()
/external/python/cpython3/Lib/tkinter/
Ddnd.py257 x_org = canvas.winfo_rootx()
Dsimpledialog.py240 x = parent.winfo_rootx() + (parent.winfo_width() - minwidth) // 2
/external/python/cpython2/Tools/webchecker/
Dtktools.py47 m_x = master.winfo_rootx()

12