HomeSort by relevance Sort by last modified time
    Searched refs:winfo_rootx (Results 1 - 25 of 30) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 43 x = self.button.winfo_rootx() + 20
configSectionNameDialog.py 31 ((parent.winfo_rootx()+((parent.winfo_width()/2)
textView.py 19 parent.winfo_rootx() + 10,
CallTipWindow.py 44 x = box[0] + self.widget.winfo_rootx() + 2
aboutDialog.py 18 self.geometry("+%d+%d" % (parent.winfo_rootx()+30,
configHelpSourceEdit.py 36 ((parent.winfo_rootx() + ((parent.winfo_width()/2)
tabbedpages.py 267 (self.winfo_rootx() + self.winfo_width() <
268 page_set.winfo_rootx() + page_set.winfo_width())
keybindingDialog.py 41 ((parent.winfo_rootx()+((parent.winfo_width()/2)
AutoCompleteWindow.py 227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
configDialog.py 32 self.geometry("+%d+%d" % (parent.winfo_rootx()+20,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py 43 x = self.button.winfo_rootx() + 20
configSectionNameDialog.py 31 ((parent.winfo_rootx()+((parent.winfo_width()/2)
textView.py 19 parent.winfo_rootx() + 10,
CallTipWindow.py 44 x = box[0] + self.widget.winfo_rootx() + 2
aboutDialog.py 18 self.geometry("+%d+%d" % (parent.winfo_rootx()+30,
configHelpSourceEdit.py 36 ((parent.winfo_rootx() + ((parent.winfo_width()/2)
tabbedpages.py 267 (self.winfo_rootx() + self.winfo_width() <
268 page_set.winfo_rootx() + page_set.winfo_width())
keybindingDialog.py 41 ((parent.winfo_rootx()+((parent.winfo_width()/2)
AutoCompleteWindow.py 227 new_x = text.winfo_rootx() + min(x, max(0, text_width - acw_width))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
tkSimpleDialog.py 76 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
Tkdnd.py 257 x_org = canvas.winfo_rootx()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py 45 m_x = master.winfo_rootx()
tkSimpleDialog.py 76 self.geometry("+%d+%d" % (parent.winfo_rootx()+50,
Tkdnd.py 257 x_org = canvas.winfo_rootx()

Completed in 520 milliseconds

1 2