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've noticed, that many Widgets have an events parameter.
I'm assuming that it's a mask, that allows you to filter the events that the view will or will not ignore.
But now I don't know how to implement that.
Does it have something to do with the connect macro?
The text was updated successfully, but these errors were encountered:
You have to create a subclass of gtk::Widget and make use of the button_press_event() virtual method, for example. There are no signals for all events unfortunately.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've noticed, that many
Widgets
have anevents
parameter.I'm assuming that it's a mask, that allows you to filter the events that the view will or will not ignore.
But now I don't know how to implement that.
Does it have something to do with the
connect
macro?The text was updated successfully, but these errors were encountered: