OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:winfo_rooty
(Results
1 - 25
of
28
) sorted by null
1
2
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py
44
y = self.button.
winfo_rooty
() + self.button.winfo_height() + 1
configSectionNameDialog.py
33
parent.
winfo_rooty
()+((parent.winfo_height()/2)
textView.py
20
parent.
winfo_rooty
() + 10))
CallTipWindow.py
45
y = box[1] + box[3] + self.widget.
winfo_rooty
()
aboutDialog.py
19
parent.
winfo_rooty
()+30))
configHelpSourceEdit.py
38
parent.
winfo_rooty
() + ((parent.winfo_height()/2)
keybindingDialog.py
43
parent.
winfo_rooty
()+((parent.winfo_height()/2)
AutoCompleteWindow.py
228
new_y = text.
winfo_rooty
() + y
configDialog.py
33
parent.
winfo_rooty
()+30))
[
all
...]
EditorWindow.py
99
geom = (near.winfo_rootx() + 10, near.
winfo_rooty
() + 10)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ToolTip.py
44
y = self.button.
winfo_rooty
() + self.button.winfo_height() + 1
configSectionNameDialog.py
33
parent.
winfo_rooty
()+((parent.winfo_height()/2)
textView.py
20
parent.
winfo_rooty
() + 10))
CallTipWindow.py
45
y = box[1] + box[3] + self.widget.
winfo_rooty
()
aboutDialog.py
19
parent.
winfo_rooty
()+30))
configHelpSourceEdit.py
38
parent.
winfo_rooty
() + ((parent.winfo_height()/2)
keybindingDialog.py
43
parent.
winfo_rooty
()+((parent.winfo_height()/2)
AutoCompleteWindow.py
228
new_y = text.
winfo_rooty
() + y
configDialog.py
33
parent.
winfo_rooty
()+30))
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py
46
m_y = master.
winfo_rooty
()
tkSimpleDialog.py
77
parent.
winfo_rooty
()+50))
Tkdnd.py
258
y_org = canvas.
winfo_rooty
()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
SimpleDialog.py
46
m_y = master.
winfo_rooty
()
tkSimpleDialog.py
77
parent.
winfo_rooty
()+50))
Tkdnd.py
258
y_org = canvas.
winfo_rooty
()
Completed in 975 milliseconds
1
2