Skip to content

Replace deprecated widget GtkProgress with GtkProgressBar

In this request, all uses of a deprecated widget GtkProgress are replaced with GtkProgressBar widget.

Note: I replaced the deprecated function gtk_progress_set_show_text with function gtk_progress_bar_set_show_text, which is defined in gtk3 but not in gtk2. I implemented the function gtk_progress_bar_set_show_text for gtk2 conditionally using GTK_CHECK_VERSION. I implemented it in such a way, that it's compilable width -DGTK_DISABLE_DEPRECATED and -DGSEAL_ENABLE.

Merge request reports