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