diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-20 17:08:47 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-20 17:08:47 -0400 |
| commit | 8b6b8ec06c18360ab38d41e6ecca9a641fb68af2 (patch) | |
| tree | 513aeac9de7179e1a2d9baa139ac91cd1085219f /redo/objc_darwin.h | |
| parent | 35e788aa7fd2b27750bfcb654e46e35c6bc9fae8 (diff) | |
Implemented TextField.Invalid() on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index dca8894..d4a58d0 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -71,6 +71,8 @@ extern id newPasswordField(void); extern void textfieldSetDelegate(id, void *); extern const char *textFieldText(id); extern void textFieldSetText(id, char *); +extern id textfieldOpenInvalidPopover(id, char *); +extern void textfieldCloseInvalidPopover(id); extern id newLabel(void); extern id newGroup(id); extern const char *groupText(id); |
