blueprint-compiler/tests/sample_errors/deprecations.blp
2024-04-06 14:33:20 -05:00

9 lines
105 B
Text

using Gtk 4.0;
Dialog {
use-header-bar: 1;
}
Window {
keys-changed => $on_window_keys_changed();
}