blueprint-compiler/tests/samples/signal.blp
James Westman 5f0eef5f2e
Add compilation tests
Added a set of test inputs and expected outputs, for regression testing.
2021-10-31 23:36:20 -05:00

6 lines
118 B
Text

using Gtk 4.0;
Button {
clicked => on_button_clicked() swapped;
notify::visible => on_button_notify_visible();
}