mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Add GtkComboBoxText items
This commit is contained in:
parent
f1e1811e1f
commit
aa447466c0
12 changed files with 137 additions and 17 deletions
9
tests/samples/combo_box_text.blp
Normal file
9
tests/samples/combo_box_text.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
ComboBoxText {
|
||||
items [
|
||||
"Hello, world!",
|
||||
_("Hello!"),
|
||||
item_id: "item",
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue