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/uipriv_darwin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'new/uipriv_darwin.h') diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h index ced12fc..0aa348d 100644 --- a/new/uipriv_darwin.h +++ b/new/uipriv_darwin.h @@ -36,5 +36,6 @@ extern void setStandardControlFont(NSControl *); // TODO rename to uiChild @property uiControl *child; - (void)uiUpdateNow; +- (BOOL)uiMargined; - (void)uiSetMargined:(BOOL)margined; @end -- cgit v1.2.3