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
DtextView.py25 parent.winfo_rootx() + 10,
DconfigSectionNameDialog.py33 parent.winfo_rootx() +
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/tkinter/
Dsimpledialog.py69 m_x = master.winfo_rootx()
159 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
Ddnd.py257 x_org = canvas.winfo_rootx()
/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/idlelib/
Dtooltip.py50 root_x = self.anchor_widget.winfo_rootx() + x
Dbrowser.py108 (root.winfo_rootx(), root.winfo_rooty() + 200))
Dtextview.py107 x = parent.winfo_rootx() + 10
Dquery.py76 parent.winfo_rootx() +
Dhelp_about.py38 parent.winfo_rootx()+30,
Dconfig_key.py86 parent.winfo_rootx() +
Dautocomplete_w.py237 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
/external/python/cpython2/Tools/webchecker/
Dtktools.py47 m_x = master.winfo_rootx()

12