Docstring for tabs widget

This commit is contained in:
Darren Burns
2022-02-17 16:45:37 +00:00
parent d799880fb4
commit 2089e17be2
3 changed files with 36 additions and 19 deletions

View File

@@ -127,7 +127,7 @@ class BasicApp(App):
for example in self.examples:
tab = self.keys_to_tabs.get(event.key)
if tab:
example.widget.active_tab_name = tab.name
example.widget._active_tab_name = tab.name
def on_mount(self):
"""Build layout here."""