klyn.gui.windows.TabWidget.addTabRequested
event
public event addTabRequested as ActionEvent
Description

Emitted when the optional leading add-tab button is clicked.

tabs.showAddButton = true
tabs.addTabRequested += lambda(e: ActionEvent): tabs.addTab("New", Label("..."))