klyn.gui.windows.events.TabEvent.TabEvent
constructor
public TabEvent(source as Object, index as Int, title as String, widget as Widget):
Description

Creates a tab event.

Parameters
ParameterDescription
sourceTab widget emitting the event.
indexTab index.
titleTab title.
widgetHosted widget.
Example
event = TabEvent(tabs, 0, "main.kn", editor)