You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -80,6 +79,7 @@ Attribute | Type | Default | Help
80
79
`layout` | reference to Layout widget | reference to new instance |
81
80
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
82
81
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
82
+
`titles` | array of string | `[]` | Titles of the pages
83
83
`tooltip` | `null` or string | `null` | A tooltip caption.
@@ -958,6 +957,7 @@ Attribute | Type | Default | Help
958
957
`layout` | reference to Layout widget | reference to new instance |
959
958
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
960
959
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
960
+
`titles` | array of string | `[]` | Titles of the pages
961
961
`tooltip` | `null` or string | `null` | A tooltip caption.
@@ -977,6 +976,7 @@ Attribute | Type | Default | Help
977
976
`layout` | reference to Layout widget | reference to new instance |
978
977
`selected_index` | `null` or number (integer) | `0` | The index of the selected page. This is either an integer selecting a particular sub-widget, or None to have no widgets selected.
979
978
`tabbable` | `null` or boolean | `null` | Is widget tabbable?
979
+
`titles` | array of string | `[]` | Titles of the pages
980
980
`tooltip` | `null` or string | `null` | A tooltip caption.
0 commit comments