Table of Contents

Gtk 2-to-3 Migration Guide

Gtk Symbol Check

Deprecations until Gtk3.14

Old Widget New Widget
GtkAlignment None. Use padding and margin in GtkWidget (e.g. GtkBox with margin-start)
GtkHBox GtkBox
GtkHButtonBox GtkButtonBox (might be deprecated in one of the next releases)
GtkHScale GtkScale
GtkImageMenuItem GtkMenuItem, packed with GtkBox that holds GtkImage and GtkLabel
GtkTable GtkGrid
GtkVBox GtkBox
GtkVScale GtkScale

New Widgets in Gtk3 that we might want to use