diff options
| author | Pietro Gagliardi <[email protected]> | 2014-08-16 00:37:38 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-08-16 00:37:38 -0400 |
| commit | 1d117b79651fb09d7a5e56b8848cb942cfd164b5 (patch) | |
| tree | 8c3a1cf1e6f7d1ac0ab2be98bd2c2bc2be1d5fe2 /redo/objc_darwin.h | |
| parent | 5a1fc98fc3b7c78f4c5192be4f6eba4b70d729d1 (diff) | |
Implemented Group on Mac OS X.
Diffstat (limited to 'redo/objc_darwin.h')
| -rw-r--r-- | redo/objc_darwin.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h index 41b91f6..16a1a56 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -69,6 +69,9 @@ extern id newPasswordField(void); extern const char *textFieldText(id); extern void textFieldSetText(id, char *); extern id newLabel(void); +extern id newGroup(id); +extern const char *groupText(id); +extern void groupSetText(id, char *); /* container_darwin.m */ extern id newContainerView(void *); |
