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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
textView.py 42 frameText = Frame(self, relief=SUNKEN, height=700)
46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
48 self.textView = Text(frameText, wrap=WORD, highlightthickness=0,
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
textView.py 42 frameText = Frame(self, relief=SUNKEN, height=700)
46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
48 self.textView = Text(frameText, wrap=WORD, highlightthickness=0,
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
textView.py 42 frameText = Frame(self, relief=SUNKEN, height=700)
46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
48 self.textView = Text(frameText, wrap=WORD, highlightthickness=0,
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
textView.py 42 frameText = Frame(self, relief=SUNKEN, height=700)
46 self.scrollbarView = Scrollbar(frameText, orient=VERTICAL,
48 self.textView = Text(frameText, wrap=WORD, highlightthickness=0,
56 frameText.pack(side=TOP,expand=TRUE,fill=BOTH)

Completed in 1651 milliseconds