From 2a3809cfd1bbc5fd623feba87882674add9f295f Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Wed, 29 Oct 2014 20:34:41 -0400 Subject: 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. --- objc_darwin.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'objc_darwin.h') 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 -- cgit v1.2.3