Lines Matching refs:main
85 """Initialize the sidebar's widgets, returning the main widget."""
115 """Redirect vertical scrolling to the main editor text widget.
123 """Redirect focus-in events to the main editor text widget."""
128 """Redirect mouse button events to the main editor text widget."""
142 # Ensure focus is always redirected to the main editor text widget.
145 # Redirect mouse scrolling to the main editor text widget.
151 # Redirect mouse button events to the main editor text widget,
318 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
490 """Redirect vertical scrolling to the main editor text widget.
499 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
526 font = idleConf.GetFont(toplevel, 'main', 'EditorWindow')
540 from unittest import main
541 main('idlelib.idle_test.test_sidebar', verbosity=2, exit=False)