summaryrefslogtreecommitdiff
path: root/objc_darwin.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-29 20:34:41 -0400
committerPietro Gagliardi <[email protected]>2014-10-29 20:34:41 -0400
commit2a3809cfd1bbc5fd623feba87882674add9f295f (patch)
tree4676d863d77a0575613f3ce40318f6910b723d59 /objc_darwin.h
parent6d58f434b74bb0119f493ba8e4508c93b14685d9 (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.h5
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