From bd44815a5480061b48106d209767e3ad6d724a13 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 27 Oct 2014 15:21:47 -0400 Subject: Migrated the GTK+ backend to the new new container system in which containers are no longer full controls but are still used to hold more than one control and handle the resizing entirely on their own. --- container_unix.c | 1 + 1 file changed, 1 insertion(+) (limited to 'container_unix.c') diff --git a/container_unix.c b/container_unix.c index 8de3cb5..963984b 100644 --- a/container_unix.c +++ b/container_unix.c @@ -59,6 +59,7 @@ static void goContainer_remove(GtkContainer *container, GtkWidget *widget) static void goContainer_size_allocate(GtkWidget *widget, GtkAllocation *allocation) { gtk_widget_set_allocation(widget, allocation); + containerResize(GOCONTAINER(widget)->gocontainer, allocation); } struct forall { -- cgit v1.2.3