diff options
Diffstat (limited to 'new/uipriv_unix.h')
| -rw-r--r-- | new/uipriv_unix.h | 4 |
1 files changed, 3 insertions, 1 deletions
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 { |
