Skip to content

scrollable: Clarify when to set adjustment props

Ivan Molodetskikh requested to merge YaLTeR/gtk:clarify-scrollable-docs into main

Instead of populating the properties right away (when the widget might not have been allocated yet, and hence cannot know the right values), the widget should queue an allocation, where it will populate the values.

cc @otte

Merge request reports