Closed step- closed 1 year ago
Here this example showed garbage when the switch widget was changed
yad --form --field=switch:SW TRUE --field=check:CHK TRUE --changed-action='echo 3:' --field=changes
To fix this issue I changed the callback according to the gobject notify signature https://docs.gtk.org/gobject/signal.Object.notify.html.
Here this example showed garbage when the switch widget was changed
To fix this issue I changed the callback according to the gobject notify signature https://docs.gtk.org/gobject/signal.Object.notify.html.