Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,438
    • Issues 1,438
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 243
    • Merge requests 243
  • 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
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOME
  • gtkgtk
  • Issues
  • #3448

Closed
Open
Created Dec 05, 2020 by Matthias Clasen@matthiascMaintainer

Better control for scrolled area size

This topic has been problematic for far too long, and GtkScrolledWindow and GtkViewport have a confusing array of properties yet still fail to do a convincing job.

Outlined solution:

  • Add gtk_scrollable_measure_viewport(), with a vfunc in the scrollable interface
  • Make GtkScrolledWindow call that instead of consulting its own properties
  • Give common scrolled children properties to influence it, like GtkTextView::min-rows
Assignee
Assign to
Time tracking