Skip to content

Add measure() methods

Adrien Plazas requested to merge adrien.plazas/libhandy: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 Adrien Plazas

Merge request reports