mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
9 lines
107 B
Text
9 lines
107 B
Text
using Gtk 4.0;
|
|
|
|
ComboBoxText {
|
|
items [
|
|
"Hello, world!",
|
|
_("Hello!"),
|
|
item_id: "item",
|
|
];
|
|
}
|