blueprint-compiler/tests/sample_errors/duplicate_internal_child.blp
2023-05-17 10:41:45 -05:00

8 lines
No EOL
101 B
Text

using Gtk 4.0;
$MyWidget {
[internal-child test]
Button {}
[internal-child test]
Button {}
}