Fixed C23 build.
As the replacement function exist in all gtk4 versions, and that part thus doesn't add any new dependencies + this patch improves the code quality quite a bit, I think this should be backported to S3_2 after all.
- Backport
- Leave out nullptr changes
- Roll in fix #48032
gtk4 deprecates gtk_widget_show() and gtk_widget_hide(). Those need to be replaced, at least in gtk4x/gtk5 -client.