Skip to content

Conversation

@webwarrior-ws
Copy link

Frame now can handle events. For this to work, I had to inherit FrameView from EventBox, not actual Frame, as Frame is on of the widgets that don't have window and therefore can't handle events, see [1].

[1] https://docs.gtk.org/gtk3/input-handling.html#event-masks

Frame now can handle events. For this to work, I had to
inherit FrameView from EventBox, not actual Frame, as Frame
is on of the widgets that don't have window and therefore
can't handle events, see [1].

[1] https://docs.gtk.org/gtk3/input-handling.html#event-masks
@knocte
Copy link
Member

knocte commented Dec 23, 2024

Merged manually in main, thanks.

@knocte knocte closed this Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants