mirror of
https://github.com/slint-ui/slint.git
synced 2025-12-23 09:19:32 +00:00
Document the current-index property of the TabWidget
This commit is contained in:
parent
77fcd5221b
commit
98e1bb19db
1 changed files with 4 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue