From d1461673210f8616bba6fe3a586148aa44696edd Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 15:18:18 -0400 Subject: Implemented uiWindowSetMargined() on GTK+. --- new/uipriv_unix.h | 1 + 1 file changed, 1 insertion(+) (limited to 'new/uipriv_unix.h') 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; -- cgit v1.2.3