Searched refs:winfo_rootx (Results 1 – 25 of 30) sorted by relevance
12
/external/python/cpython2/Lib/idlelib/ |
D | CallTipWindow.py | 43 x = box[0] + self.widget.winfo_rootx() + 2 142 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
|
D | dynOptionMenuWidget.py | 41 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
|
D | ToolTip.py | 43 x = self.button.winfo_rootx() + 20
|
D | textView.py | 25 parent.winfo_rootx() + 10,
|
D | configSectionNameDialog.py | 33 parent.winfo_rootx() +
|
D | tabbedpages.py | 267 (self.winfo_rootx() + self.winfo_width() < 268 page_set.winfo_rootx() + page_set.winfo_width())
|
D | configHelpSourceEdit.py | 38 parent.winfo_rootx() +
|
D | ClassBrowser.py | 55 (flist.root.winfo_rootx(), flist.root.winfo_rooty() + 200))
|
D | aboutDialog.py | 21 parent.winfo_rootx()+30,
|
D | ColorDelegator.py | 244 top.geometry("200x100+%d+%d" % (parent.winfo_rootx() + 200,
|
D | keybindingDialog.py | 44 parent.winfo_rootx() +
|
D | AutoCompleteWindow.py | 229 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
|
/external/python/cpython3/Lib/tkinter/ |
D | simpledialog.py | 69 m_x = master.winfo_rootx() 159 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
|
D | dnd.py | 257 x_org = canvas.winfo_rootx()
|
/external/python/cpython2/Lib/lib-tk/ |
D | SimpleDialog.py | 45 m_x = master.winfo_rootx()
|
D | tkSimpleDialog.py | 76 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
|
D | Tkdnd.py | 257 x_org = canvas.winfo_rootx()
|
/external/python/cpython3/Lib/idlelib/ |
D | tooltip.py | 50 root_x = self.anchor_widget.winfo_rootx() + x
|
D | browser.py | 108 (root.winfo_rootx(), root.winfo_rooty() + 200))
|
D | textview.py | 107 x = parent.winfo_rootx() + 10
|
D | query.py | 76 parent.winfo_rootx() +
|
D | help_about.py | 38 parent.winfo_rootx()+30,
|
D | config_key.py | 86 parent.winfo_rootx() +
|
D | autocomplete_w.py | 237 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
|
/external/python/cpython2/Tools/webchecker/ |
D | tktools.py | 47 m_x = master.winfo_rootx()
|
12