From 995db0bc28c42733e3d5239e36e84c6881f693ff Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 11 Apr 2015 23:49:34 -0400 Subject: Implemented uiLabel on Mac OS X. --- new/uipriv_darwin.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'new/uipriv_darwin.h') diff --git a/new/uipriv_darwin.h b/new/uipriv_darwin.h index f91b84d..bcdc691 100644 --- a/new/uipriv_darwin.h +++ b/new/uipriv_darwin.h @@ -38,3 +38,6 @@ extern void disableAutocorrect(NSTextView *); - (BOOL)uiMargined; - (void)uiSetMargined:(BOOL)margined; @end + +// entry_darwin.m +extern void finishNewTextField(NSTextField *, BOOL); -- cgit v1.2.3