blueprint-compiler/tests/samples/accessibility.blp
2021-11-12 00:51:01 -06:00

10 lines
152 B
Text

using Gtk 4.0;
Gtk.Widget {
accessibility {
label: _("Hello, world!");
labelled_by: my_label;
checked: true;
}
}
Gtk.Label my_label {}