mirror of
https://github.com/zoriya/astal.git
synced 2026-06-06 19:32:15 +00:00
add: stack widget
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user