Home
last modified time | relevance | path

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

/dports/devel/thonny/thonny-3.3.14/thonny/plugins/
H A Doutline.py7 from thonny.ui_utils import SafeScrollbar
39 self.vert_scrollbar = SafeScrollbar(self, orient=tk.VERTICAL)
/dports/devel/thonny/thonny-3.3.14/thonny/
H A Dui_utils.py922 class SafeScrollbar(ttk.Scrollbar): class
933 class AutoScrollbar(SafeScrollbar):