diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-20 15:26:48 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-20 15:26:48 -0400 |
| commit | 77ab7117057ea546427a094d6d6dfc3543139f01 (patch) | |
| tree | 1731296b58fbe39eb4bffa326fd28240cf3b45ae /redo/objc_darwin.h | |
| parent | ac6d0429f1befcceb94bca7ad57b19bd11afd1b6 (diff) | |
Implemented TextField.OnChanged() on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index f3b7e70..dca8894 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -68,6 +68,7 @@ extern BOOL checkboxChecked(id); extern void checkboxSetChecked(id, BOOL); extern id newTextField(void); extern id newPasswordField(void); +extern void textfieldSetDelegate(id, void *); extern const char *textFieldText(id); extern void textFieldSetText(id, char *); extern id newLabel(void); |
