Skip to content

Add measure() methods

Andrea Veri requested to merge measure into master

GTK+ for will replace the get preferred_*() methods suite by a single measure() method, this implements that method for all widgets and make the get preferred_*() methods call measure().

This will make porting to GTK+ 4 easier and will let us already test its code.

Edited by Andrea Veri

Merge request reports