I’m attempting to port a Python program from GTK2 to GTK3.
I understand the use of GDK_SMOOTH_SCROLL_MASK but can find no reference to an implementation of gdk_event_get_scroll_deltas().
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It should be in Gdk.Event.get_scroll_deltas. If not, you should check your library version.