Skip to content

Add support for GTK 4

Rodney Lorrimar requested to merge rvl/reflex-gi-gtk:gtk4 into next

These changes let reflex-gi-gtk be used with GTK 4.

Library backwards compatibility with GTK 3 is achieved with a little CPP. For GTK 4, the old box functions gtk_box_pack_start and friends are emulated.

Merge request reports