Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pygobject pygobject
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 303
    • Issues 303
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 35
    • Merge requests 35
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • pygobjectpygobject
  • Merge requests
  • !141

gdk overrides: Fix wrapping of scroll events

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Povilas Kanapickas requested to merge p12tic/pygobject:gdk-overrides-scroll-event into master Apr 07, 2020
  • Overview 3
  • Commits 2
  • Pipelines 3
  • Changes 2

Gdk.EventType.SCROLL events have not been properly wrapped, as e.g. event.direction = XYZ does not modify the underlying event. The actual event object lives in event.scroll subobject. All other event types implement attribute access passthrough to that object, so perhaps we should do the same for scroll events.

Edited Apr 07, 2020 by Povilas Kanapickas
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: gdk-overrides-scroll-event