diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-07 13:22:46 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-07 13:22:46 -0400 |
| commit | 5b929084f8b80409ee39d21ef80f562042807e0b (patch) | |
| tree | 513a6bbf595a0b43dc6fcc4ec9fa620f1116cdb1 /new/uipriv_unix.h | |
| parent | 587da1f40fd7aa64119657c30017da4a63eb1a68 (diff) | |
Tied everything together. Now to fix build issues.
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 { |
