diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-09 15:18:18 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-09 15:18:18 -0400 |
| commit | d1461673210f8616bba6fe3a586148aa44696edd (patch) | |
| tree | 88e613399af846af817dc64d30ae8d7266c4a99f /new/uipriv_unix.h | |
| parent | 7c6beec879fcea66361b677eb752477f01f65b98 (diff) | |
Implemented uiWindowSetMargined() on GTK+.
Diffstat (limited to 'new/uipriv_unix.h')
| -rw-r--r-- | new/uipriv_unix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/new/uipriv_unix.h b/new/uipriv_unix.h index 1ee2269..3187c45 100644 --- a/new/uipriv_unix.h +++ b/new/uipriv_unix.h @@ -26,6 +26,7 @@ struct uiContainer { uiControl *child; // these are the actual children widgets of the container as far as GTK+ is concerned GPtrArray *children; // for forall() + gboolean margined; }; struct uiContainerClass { GtkContainerClass parent_class; |
