32 #import "CoreGTK/CGTKEntry.h"
43 -(id)initWithAdjustment:(GtkAdjustment*) adjustment andClimbRate:(gdouble) climbRate andDigits:(guint) digits;
44 -(id)initWithRangeWithMin:(gdouble) min andMax:(gdouble) max andStep:(gdouble) step;
50 -(GtkSpinButton*)SPINBUTTON;
59 -(void)configureWithAdjustment:(GtkAdjustment*) adjustment andClimbRate:(gdouble) climbRate andDigits:(guint) digits;
66 -(GtkAdjustment*)getAdjustment;
81 -(void)getIncrementsWithStep:(gdouble*) step andPage:(gdouble*) page;
96 -(void)getRangeWithMin:(gdouble*) min andMax:(gdouble*) max;
103 -(BOOL)getSnapToTicks;
110 -(GtkSpinButtonUpdatePolicy)getUpdatePolicy;
124 -(gint)getValueAsInt;
138 -(void)setAdjustment:(GtkAdjustment*) adjustment;
145 -(void)setDigits:(guint) digits;
153 -(void)setIncrementsWithStep:(gdouble) step andPage:(gdouble) page;
160 -(void)setNumeric:(BOOL) numeric;
168 -(void)setRangeWithMin:(gdouble) min andMax:(gdouble) max;
175 -(void)setSnapToTicks:(BOOL) snapToTicks;
182 -(void)setUpdatePolicy:(GtkSpinButtonUpdatePolicy) policy;
189 -(void)setValue:(gdouble) value;
196 -(void)setWrap:(BOOL) wrap;
204 -(void)spinWithDirection:(GtkSpinType) direction andIncrement:(gdouble) increment;