diff options
| author | Pietro Gagliardi <[email protected]> | 2015-04-11 23:49:34 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2015-04-11 23:49:34 -0400 |
| commit | 995db0bc28c42733e3d5239e36e84c6881f693ff (patch) | |
| tree | 4351a0c9c0f6e9457aa5e844191403f703a25176 /new/uipriv_darwin.h | |
| parent | bc4818786a711002bbb2beef9476e1d6a9161e68 (diff) | |
Implemented uiLabel on Mac OS X.
Diffstat (limited to 'new/uipriv_darwin.h')
| -rw-r--r-- | new/uipriv_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |
