HomeSort by relevance Sort by last modified time
    Searched refs:view_file (Results 1 - 16 of 16) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
textView.py 65 def view_file(parent, title, filename, encoding=None, modal=True): function
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
macosxSupport.py 130 textView.view_file(root, 'Help', fn)
aboutDialog.py 133 textView.view_file(self, title, fn, encoding)
EditorWindow.py 91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
textView.py 65 def view_file(parent, title, filename, encoding=None, modal=True): function
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
macosxSupport.py 130 textView.view_file(root, 'Help', fn)
aboutDialog.py 133 textView.view_file(self, title, fn, encoding)
EditorWindow.py 91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 65 def view_file(parent, title, filename, encoding=None, modal=True): function
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
macosxSupport.py 130 textView.view_file(root, 'Help', fn)
aboutDialog.py 133 textView.view_file(self, title, fn, encoding)
EditorWindow.py 91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 65 def view_file(parent, title, filename, encoding=None, modal=True): function
90 btn2 = Button(root, text='view_file',
91 command=lambda:view_file(root, 'view_file', filename))
macosxSupport.py 130 textView.view_file(root, 'Help', fn)
aboutDialog.py 133 textView.view_file(self, title, fn, encoding)
EditorWindow.py 91 self.dlg = dlg = textView.view_file(parent,'Help',fn, modal=False)
    [all...]

Completed in 117 milliseconds