blueprint-compiler/tests/samples/accessibility.blp
2021-11-12 09:23:25 -06:00

11 lines
153 B
Text

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