blueprint-compiler/tests/samples/signal.blp
2022-01-17 05:37:17 +00:00

10 lines
165 B
Text

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