diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-29 12:12:00 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-29 12:12:00 -0400 |
| commit | 6d58f434b74bb0119f493ba8e4508c93b14685d9 (patch) | |
| tree | cefdc0fb71e5a00b86193eee9cf7e3612f2b3e09 /objc_darwin.h | |
| parent | 765ccf00a36d379dcdb853173c0049f2bccc4cf3 (diff) | |
Added the initial implementaiton of Spinbox on Mac OS X. It doesn't quite work yet.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index fec0b67..c24dd58 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -151,4 +151,8 @@ extern void openFile(id, void *); extern id newWarningPopover(char *); extern void warningPopoverShow(id, id); +/* spinbox_darwin.m */ +extern id newSpinboxStepper(void); +extern id spinboxSetup(id, id, void *); + #endif |
