Document the current-index property of the TabWidget

This commit is contained in:
Olivier Goffart 2021-10-07 12:21:11 +02:00 committed by GitHub
parent 77fcd5221b
commit 98e1bb19db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,6 +366,10 @@ Example := Window {
TabWidget is a container for a set of tabs. It can only have `Tab` elements as children and only one tab will be visible at
a time.
### Properties
* **`current-index`** (*int*): The index of the currently visible tab
### Properties of the `Tab` element
* **`title`** (*string*): The text written in the tab bar.