summaryrefslogtreecommitdiff
path: root/redo/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-03 20:08:25 -0400
committerPietro Gagliardi <[email protected]>2014-08-03 20:08:25 -0400
commit8c4cd789ca4dc69a56bf3327ff7ebbb5b88314be (patch)
treefe52b1a8a55552d2ebcea3480442f5953374afd3 /redo/objc_darwin.h
parentb6d07237b423b690570e105e5f0810d35693b0d0 (diff)
Migrated the Mac OS X backend to the new Control setup.
Diffstat (limited to 'redo/objc_darwin.h')
-rw-r--r--redo/objc_darwin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/redo/objc_darwin.h b/redo/objc_darwin.h
index fd79c43..84d1a84 100644
--- a/redo/objc_darwin.h
+++ b/redo/objc_darwin.h
@@ -41,6 +41,7 @@ extern void buttonSetDelegate(id, void *);
extern const char *buttonText(id);
extern void buttonSetText(id, char *);
extern id newCheckbox(void);
+extern void checkboxSetDelegate(id, void *);
extern BOOL checkboxChecked(id);
extern void checkboxSetChecked(id, BOOL);
extern id newTextField(void);