mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
parent
0e3280fcc5
commit
85150d397b
6 changed files with 22 additions and 4 deletions
|
@ -1,8 +1,12 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
StringList {
|
||||
StringList greetings {
|
||||
strings [
|
||||
"Hello, world!",
|
||||
_("Hello!"),
|
||||
]
|
||||
}
|
||||
|
||||
Gtk.DropDown {
|
||||
model: greetings;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue