add: stack widget

This commit is contained in:
Aylur
2024-09-11 22:39:15 +00:00
parent 137345755c
commit d203255ec2
8 changed files with 51 additions and 7 deletions
+1 -1
View File
@@ -350,7 +350,7 @@ return <box>
```
:::warning
Only bind children of the `box` widget. Gtk does not cleanup widgets by default,
Only bind children of the `box` or the `stack` widget. Gtk does not cleanup widgets by default,
they have to be explicitly destroyed. The box widget is a special container that
will implicitly call `.destroy()` on its removed child widgets.
You can disable this behavior by setting the `noImplicityDestroy` property.