diff options
| author | Pietro Gagliardi <[email protected]> | 2014-07-17 12:02:39 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-07-17 12:02:39 -0400 |
| commit | e4b379f84a8cb3699c8580f30af88d56be180a4d (patch) | |
| tree | fda8dd32de19246504cc857af7f26bb2ffcf3418 /redo/objc_darwin.h | |
| parent | 659bc03f171d8639eefa47e5d37abe7af81e5534 (diff) | |
Added button click events to the Mac OS X backend.
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 b44461a..b1942de 100644 --- a/redo/objc_darwin.h +++ b/redo/objc_darwin.h @@ -30,6 +30,7 @@ extern void windowClose(id); extern void unparent(id); extern void parent(id, id, BOOL); extern id newButton(char *); +extern void buttonSetDelegate(id, void *); extern const char *buttonText(id); extern void buttonSetText(id, char *); |
