From d9315e6d8f528840dd396fbbeb96cb22c8a5df98 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 9 Apr 2015 21:11:56 -0400 Subject: Added uiWindowMargined() and implemented it on all platforms. --- new/ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'new/ui.h') diff --git a/new/ui.h b/new/ui.h index 5a4ed3f..9bf8601 100644 --- a/new/ui.h +++ b/new/ui.h @@ -53,7 +53,7 @@ void uiWindowShow(uiWindow *); void uiWindowHide(uiWindow *); void uiWindowOnClosing(uiWindow *, int (*)(uiWindow *, void *), void *); void uiWindowSetChild(uiWindow *, uiControl *); -// TODO uiWindowMargined() +int uiWindowMargined(uiWindow *); void uiWindowSetMargined(uiWindow *, int); uiControl *uiNewButton(const char *); -- cgit v1.2.3