euporie.core.widgets.layout.TabBarTab

class euporie.core.widgets.layout.TabBarTab(title: AnyFormattedText, on_activate: Callable, on_deactivate: Callable | None = None, on_close: Callable | None = None)

A named tuple represting a tab and it’s callbacks.