Home
last modified time | relevance | path

Searched refs:AutoHideScrollbar (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/idlelib/
Dtextview.py12 class AutoHideScrollbar(Scrollbar): class
55 self.yscroll = AutoHideScrollbar(self, orient=VERTICAL,
63 self.xscroll = AutoHideScrollbar(self, orient=HORIZONTAL,
/third_party/python/Lib/idlelib/idle_test/
Dtest_textview.py75 scroll = tv.AutoHideScrollbar(root)