blueprint-compiler/tests/samples/signal.blp
2023-01-12 15:49:19 -06:00

10 lines
168 B
Text

using Gtk 4.0;
Entry {
activate => $click(button);
}
Button button {
clicked => $on_button_clicked() swapped;
notify::visible => $on_button_notify_visible();
}