Home
last modified time | relevance | path

Searched refs:text_auto_scroll (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dsidebar.py181 # It is used in text_auto_scroll(), which is called repeatedly and
185 # auto_scrolling_after_id is set whenever text_auto_scroll is
227 def text_auto_scroll(): function
244 self.main_widget.after(50, text_auto_scroll)
247 # Schedule the initial call to text_auto_scroll(), if not already
254 self.main_widget.after(0, text_auto_scroll)
258 # Cancel the scheduling of text_auto_scroll(), if it exists.

Completed in 1 milliseconds