mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
tests: add tests for signal's object attribute
This commit is contained in:
parent
4d3c2569c4
commit
492b73bc47
5 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,10 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Button {
|
||||
Entry {
|
||||
activate => click(button);
|
||||
}
|
||||
|
||||
Button button {
|
||||
clicked => on_button_clicked() swapped;
|
||||
notify::visible => on_button_notify_visible();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue