euporie.core.widgets.layout.TabBarTab

class euporie.core.widgets.layout.TabBarTab(title: AnyFormattedText, on_activate: Callable[[], NotImplementedOrNone], on_deactivate: Callable[[], NotImplementedOrNone] | None = None, on_close: Callable[[], NotImplementedOrNone] | None = None, closeable: bool = False)

A class representing a tab and its callbacks.