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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
170 self.editwin.text_frame.after(self.FLASH_DELAY,
ScriptBinding.py 58 self.editwin.text_frame.bind('<<run-module-event-2>>', self._run_module_event)
181 self.editwin.text_frame.after(200,
182 lambda: self.editwin.text_frame.event_generate('<<run-module-event-2>>'))
CodeContext.py 62 widgets = self.editwin.text, self.editwin.text_frame
80 # Pack the label widget before and above the text_frame widget,
81 # thus ensuring that it will appear directly above text_frame
83 before=self.editwin.text_frame)
EditorWindow.py 173 self.text_frame = text_frame = Frame(top)
174 self.vbar = vbar = Scrollbar(text_frame, name='vbar')
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
261 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ParenMatch.py 162 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
163 self.editwin.text_frame.after(CHECK_DELAY, callme, callme)
170 self.editwin.text_frame.after(self.FLASH_DELAY,
ScriptBinding.py 58 self.editwin.text_frame.bind('<<run-module-event-2>>', self._run_module_event)
181 self.editwin.text_frame.after(200,
182 lambda: self.editwin.text_frame.event_generate('<<run-module-event-2>>'))
CodeContext.py 62 widgets = self.editwin.text, self.editwin.text_frame
80 # Pack the label widget before and above the text_frame widget,
81 # thus ensuring that it will appear directly above text_frame
83 before=self.editwin.text_frame)
EditorWindow.py 173 self.text_frame = text_frame = Frame(top)
174 self.vbar = vbar = Scrollbar(text_frame, name='vbar')
187 self.text = text = MultiCallCreator(Text)(text_frame, **text_options)
261 text_frame.pack(side=LEFT, fill=BOTH, expand=1)
    [all...]

Completed in 60 milliseconds