OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:view_text
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py
62
def
view_text
(parent, title, text, modal=True):
function
78
return
view_text
(parent, title, textFile.read(), modal)
87
btn1 = Button(root, text='
view_text
',
88
command=lambda:
view_text
(root, '
view_text
', text))
93
btn3 = Button(root, text='nonmodal
view_text
',
94
command=lambda:
view_text
(root, 'nonmodal
view_text
', text,
aboutDialog.py
129
textView.
view_text
(self, title, text)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py
62
def
view_text
(parent, title, text, modal=True):
function
78
return
view_text
(parent, title, textFile.read(), modal)
87
btn1 = Button(root, text='
view_text
',
88
command=lambda:
view_text
(root, '
view_text
', text))
93
btn3 = Button(root, text='nonmodal
view_text
',
94
command=lambda:
view_text
(root, 'nonmodal
view_text
', text,
aboutDialog.py
129
textView.
view_text
(self, title, text)
Completed in 121 milliseconds