blueprint-compiler/tests/samples/signal.blp
2024-05-30 22:34:05 +00:00

10 lines
174 B
Text

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