You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
I modified basic.rs a little bit: add a click event to the button. The signal handler was triggered very well when I tapped (not clicked/pressed) the button with the trackpad of MacBook, BUT the animation of the button didn't update. If I didn't set the click event to the button, I might think Button can't be tapped in gtk.
[dependencies.gtk]
version = "0.5.0"
features = ["v3_10"]
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm a beginner of gtk(-rs).
I modified basic.rs a little bit: add a click event to the button. The signal handler was triggered very well when I tapped (not clicked/pressed) the button with the trackpad of MacBook, BUT the animation of the button didn't update. If I didn't set the click event to the button, I might think
Button
can't be tapped in gtk.The text was updated successfully, but these errors were encountered: