summaryrefslogtreecommitdiff
path: root/new/ui.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-04-09 21:11:56 -0400
committerPietro Gagliardi <[email protected]>2015-04-09 21:11:56 -0400
commitd9315e6d8f528840dd396fbbeb96cb22c8a5df98 (patch)
tree9fa3cc332b5da2b7872cf29983787ea3d5e83b95 /new/ui.h
parenta7281f903407b1289d7aa3078f2e9bfb22f7724b (diff)
Added uiWindowMargined() and implemented it on all platforms.
Diffstat (limited to 'new/ui.h')
-rw-r--r--new/ui.h2
1 files changed, 1 insertions, 1 deletions
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 *);