klyn.gui.windows.TabWidget.setModifiedAt
method
public setModifiedAt(index as Int, modified as Boolean) as Boolean:
Description

Shows or hides the modified-document badge for a tab.

Parameters
ParameterDescription
indexTab index.
modifiedWhether the badge must be visible.
Returns

true when the index identifies a tab.

Example
tabs.setModifiedAt(0, true)