Update the sidebar text colors, usually after config changes.
(self)
| 89 | raise NotImplementedError |
| 90 | |
| 91 | def update_colors(self): |
| 92 | """Update the sidebar text colors, usually after config changes.""" |
| 93 | raise NotImplementedError |
| 94 | |
| 95 | def grid(self): |
| 96 | """Layout the widget, always using grid layout.""" |
no outgoing calls