There were minimal changes to this example, the main differences are that halign and valign now default to GTK_ALIGN_FILL instead of GTK_ALIGN_CENTER, and that the GtkContainer interface got replaced with direct methods on the container classes (such as GtkWindow or GtkBox).
There were minimal changes to this example, the main differences are that
halign
andvalign
now default toGTK_ALIGN_FILL
instead ofGTK_ALIGN_CENTER
, and that theGtkContainer
interface got replaced with direct methods on the container classes (such asGtkWindow
orGtkBox
).