Skip to content

Modern Gtk3 - part 1

Luca Bacci requested to merge lb90/gparted:modern-gtk3-part-1 into master

First series of Modern Gtk3 patchsets. For this series the plan is:

  • Replace Gdk::Color datatype and related APIs with Gdk::RGBA datatype and related APIs
  • Replace Gtk::HBox and Gtk::VBox with Gtk::Box
  • Replace Gtk::HPaned and Gtk::VPaned with Gtk::Paned
  • Replace Gtk::HSeparator and Gtk::VSeparator with Gtk::Separator
  • Replace Gtk::ImageMenuItem with Gtk::MenuItem (info)
  • Replace Gtk::Table with Gtk::Grid (info)
  • Replace Gtk::Main with Gtk::Application (info)
  • Replace Gtk::Window with Gtk::ApplicationWindow (info)
Edited by Luca Bacci

Merge request reports