From: Matthias Clasen Date: Thu, 7 Feb 2019 18:04:57 +0000 (-0500) Subject: Some small additions to the migration guide X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~21^2~761^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e31f7356e9a8971b177b36945ce4ea3ff830a28f;p=gtk4.git Some small additions to the migration guide Mention some of the recent changes, such as GtkButtonBox, GtkBox, child properties. --- diff --git a/docs/reference/gtk/migrating-3to4.xml b/docs/reference/gtk/migrating-3to4.xml index b599421d68..c5e9ef148c 100644 --- a/docs/reference/gtk/migrating-3to4.xml +++ b/docs/reference/gtk/migrating-3to4.xml @@ -305,6 +305,21 @@ +
+ Stop using GtkButtonBox + + GtkButtonBox has been removed. Use a GtkBox instead. + +
+ +
+ Adapt to GtkButton API changes + + GtkBox no longer has pack-start and -end. Pack your widgets in the + correct order, or reorder them as necessary. + +
+
Adapt to GtkHeaderBar API changes