From 5b929084f8b80409ee39d21ef80f562042807e0b Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Tue, 7 Apr 2015 13:22:46 -0400 Subject: Tied everything together. Now to fix build issues. --- new/uipriv_unix.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'new/uipriv_unix.h') diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h index 5cf2bff..95b2468 100644 --- a/new/uipriv_unix.h +++ b/new/uipriv_unix.h @@ -18,7 +18,9 @@ typedef struct uiContainer uiContainer; typedef struct uiContainerClass uiContainerClass; struct uiContainer { GtkContainer parent_instance; - // TODO + // this is what triggers the resizing of all the children + uiControl *child; + // these are the actual children widgets of the container as far as GTK+ is concerned GPtrArray *children; // for forall() }; struct uiContainerClass { -- cgit v1.2.3