Initialize the sidebar's widgets, returning the main widget.
(self)
| 81 | self.update_colors() |
| 82 | |
| 83 | def init_widgets(self): |
| 84 | """Initialize the sidebar's widgets, returning the main widget.""" |
| 85 | raise NotImplementedError |
| 86 | |
| 87 | def update_font(self): |
| 88 | """Update the sidebar text font, usually after config changes.""" |