Skip to content

wip: Deprecate GtkDialog

Matthias Clasen requested to merge deprecate-gtkdialog into main

GtkDialog API is archaic and over-complicated. What is needed for dialogs can typically achieved more easily by adding buttons directly to a window.

The GtkDialog api is still used in many places, and we need some replacements first.

Edited by Matthias Clasen

Merge request reports