blueprint-compiler/tests/samples/template_binding.blp
2022-07-23 15:10:42 -05:00

5 lines
No EOL
73 B
Text

using Gtk 4.0;
template MyWidget {
label: bind MyWidget.other-label;
}