GtkSpinButton::set_value
void set_value(double value); 
    
     set_value()  sets the
     value displayed in the spinbutton's entry field, which is
     equivalent to the value field in the
     spinbutton's associated GtkAdjustment.
    
    
     If the lower or upper bounds
     set in the adjustment are exceeded, the value of the appropriate
     bound will replace the value passed as the parameter in this method.