Skip to content

GitLab

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

Merged
Created Jun 08, 2020 by Marinus Schraal@mschraalDeveloper

gtk overrides: Remove Container usage for GTK4

  • Overview 3
  • Commits 1
  • Pipelines 6
  • Changes 2

This is mainly just a start on removing Gtk.Container in pygobject for GTK4.

As I see it there are 2 approaches:

  1. For all overrides which inherit Containercreate 2 classes, one with the inheritance and one without and a big if/else statement around it.
  2. Make a Container empty class in the case of GTK4 and just inherit that.

This MR went with option 2 to start out, but I'm fine doing either of them.

Edited Jun 08, 2020 by Marinus Schraal
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: wip/mschraal/gtk4-container-removal