10#ifndef COCOA_SPINBOX_H
11#define COCOA_SPINBOX_H
13#import <Cocoa/Cocoa.h>
44-(void) setEnabled:(BOOL)value;
47-(void) setIntegerValue:(NSInteger)new_value;
49-(void) setMinValue:(NSInteger)new_min_value;
51-(void) setMaxValue:(NSInteger)new_max_value;
54-(void)setStringValue:(NSString *)aString;
void(* gwenSpinBoxActionPtr)(NSView *spinbox, void *data)
void makeFirstResponder()
gwenSpinBoxActionPtr c_actionPtr