diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-27 15:21:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-27 15:21:47 -0400 |
| commit | bd44815a5480061b48106d209767e3ad6d724a13 (patch) | |
| tree | c3b779b4335cba07edf25bc76224ec2b44c8b3ad /container_unix.c | |
| parent | f9699ff93851ef962e999beef0d7b93348afda5b (diff) | |
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.
Diffstat (limited to 'container_unix.c')
| -rw-r--r-- | container_unix.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |
