Layout the widget, always using grid layout.
(self)
| 94 | raise NotImplementedError |
| 95 | |
| 96 | def grid(self): |
| 97 | """Layout the widget, always using grid layout.""" |
| 98 | raise NotImplementedError |
| 99 | |
| 100 | def show_sidebar(self): |
| 101 | if not self.is_shown: |
no outgoing calls