GNOME Bugzilla – Bug 771107
Remove deprecated widgets
Last modified: 2017-02-13 10:56:33 UTC
They’re going to be removed in Gtk4
Created attachment 335163 [details] [review] Replace GtkTable with GtkGrid GtkTable is deprecated.
Created attachment 335164 [details] [review] Replace Gtk[HV]Box with GtkBox They’re deprecated.
Created attachment 335165 [details] [review] Remove unneeded box properties and packing attributes The content area of GtkDialog has vertical orientation so we don’t need to set it in the ui file. Similarly GtkScale defaults to being horizontal. The position child property of GtkBox defaults to zero and the expand and fill child properties are not needed.
Created attachment 335211 [details] [review] Replace call to deprecated function gtk_application_add_accelerator() has been replaced by gtk_application_set_accels_for_action().
Attachment 335163 [details] pushed as 4a239a2 - Replace GtkTable with GtkGrid Attachment 335164 [details] pushed as 14e8736 - Replace Gtk[HV]Box with GtkBox Attachment 335165 [details] pushed as 690984b - Remove unneeded box properties and packing attributes Attachment 335211 [details] pushed as 3416577 - Replace call to deprecated function