diff options
| author | Pietro Gagliardi <[email protected]> | 2014-11-05 13:35:39 -0500 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-11-05 13:35:39 -0500 |
| commit | b632fef3b13dc082acbbbd8aaf6898c663da1c0b (patch) | |
| tree | db74e1e02e91e555b50e9ad6efd2eaafafae907f /objc_darwin.h | |
| parent | cd96f8ee2e0a4ae3370a57357f9bcde4e2a8c36f (diff) | |
Implemented TextField.ReadOnly() on Mac OS X. Began standardizing window class name access on Windows.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index 7ed69d1..e8b7752 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -75,6 +75,8 @@ extern const char *textfieldText(id); extern void textfieldSetText(id, char *); extern id textfieldOpenInvalidPopover(id, char *); extern void textfieldCloseInvalidPopover(id); +extern BOOL textfieldEditable(id); +extern void textfieldSetEditable(id, BOOL); extern id newLabel(void); extern id newGroup(id); extern const char *groupText(id); |
