blueprint-compiler/tests/sample_errors/action_widget_not_action.blp
2022-02-18 19:04:08 +03:00

8 lines
85 B
Text

using Gtk 4.0;
Dialog {
[some_type response=ok]
Button ok_button {
}
}