diff options
| author | Pietro Gagliardi <[email protected]> | 2014-10-29 20:34:41 -0400 |
|---|---|---|
| committer | Pietro Gagliardi <[email protected]> | 2014-10-29 20:34:41 -0400 |
| commit | 2a3809cfd1bbc5fd623feba87882674add9f295f (patch) | |
| tree | 4676d863d77a0575613f3ce40318f6910b723d59 /objc_darwin.h | |
| parent | 6d58f434b74bb0119f493ba8e4508c93b14685d9 (diff) | |
More Mac OS X Spinbox refinements. Still not working, but if I have to do everything the manual way then at least I can do so cleanly now.
Diffstat (limited to 'objc_darwin.h')
| -rw-r--r-- | objc_darwin.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/objc_darwin.h b/objc_darwin.h index c24dd58..083c013 100644 --- a/objc_darwin.h +++ b/objc_darwin.h @@ -152,7 +152,8 @@ extern id newWarningPopover(char *); extern void warningPopoverShow(id, id); /* spinbox_darwin.m */ -extern id newSpinboxStepper(void); -extern id spinboxSetup(id, id, void *); +extern id newSpinbox(void *); +extern id spinboxTextField(id); +extern id spinboxStepper(id); #endif |
