mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
11 lines
153 B
Text
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 {}
|
|
|