mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
11 lines
164 B
Text
11 lines
164 B
Text
using Gtk 4.0;
|
|
|
|
Box {
|
|
Box box {
|
|
}
|
|
}
|
|
|
|
Stack {
|
|
visible-child: bind ((Gtk.Button)my_closure(box.parent)).parent;
|
|
visible: bind (bool) my_other_closure(box);
|
|
}
|