public class TabEvent extends GuiEvent:
Event carrying the tab and hosted widget involved in a tab operation.
import klyn.gui.windows import klyn.gui.windows.events tabs.tabClosed += lambda(event: TabEvent): print(event.title)
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | indexindex as Int |
Tab index at the time the event was emitted. |
| public readonly property | titletitle as String |
Tab title at the time the event was emitted. |
| public readonly property | widgetwidget as Widget |
Widget hosted by the tab. |