Skip to content

preGTK4: from show/hide to set_visible(true|false)

Daniel Boles requested to merge dboles/inkscape:djb_preGTK4_set_visible into master

GTK4 removes show() and hide(), saying to use set_visible() instead. GTK3 already has the latter, so start using it now to be GTK4-proof. And remove our unnecessary widget_show(w, bool) that just does the same.

Merge request reports