From d203255ec20bb6e3b2917dd4aee53dee3a090137 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 11 Sep 2024 22:39:15 +0000 Subject: add: stack widget --- docs/ags/first-widgets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ags/first-widgets.md') diff --git a/docs/ags/first-widgets.md b/docs/ags/first-widgets.md index f098586..1b18109 100644 --- a/docs/ags/first-widgets.md +++ b/docs/ags/first-widgets.md @@ -350,7 +350,7 @@ return ``` :::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. -- cgit v1.2.3