blueprint-compiler/tests/sample_errors/expr_cast_needed.blp
2023-03-12 16:12:16 -05:00

7 lines
No EOL
94 B
Text

using Gtk 4.0;
template GtkListItem {
Label {
label: bind GtkListItem.item.label;
}
}