GtkSpinButton::set_numeric
void set_numeric(bool numeric);
set_numeric() , when set
to true, prevents non-numeric characters other
than the decimal point and positive/negative signs from being
displayed in the spinbutton's GtkEntry at
the point of being keyed in.
Note that inappropriate characters will not be accepted by the
underlying GtkAdjustment in any case; this
is purely a masking function at display level.