OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:about_dialog
(Results
1 - 4
of
4
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py
118
def
about_dialog
(event=None):
function in function:overrideRootMenu
132
root.bind('<<about-idle>>',
about_dialog
)
161
root.createcommand('tkAboutDialog',
about_dialog
)
EditorWindow.py
212
text.bind("<<about-idle>>", self.
about_dialog
)
534
def
about_dialog
(self, event=None):
member in class:EditorWindow
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
macosxSupport.py
118
def
about_dialog
(event=None):
function in function:overrideRootMenu
132
root.bind('<<about-idle>>',
about_dialog
)
161
root.createcommand('tkAboutDialog',
about_dialog
)
EditorWindow.py
212
text.bind("<<about-idle>>", self.
about_dialog
)
534
def
about_dialog
(self, event=None):
member in class:EditorWindow
[
all
...]
Completed in 27 milliseconds