SpinButton.configure

Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are updated accordingly.

class SpinButton
void
configure

Parameters

adjustment Adjustment

a #GtkAdjustment to replace the spin button’s existing adjustment, or %NULL to leave its current adjustment unchanged

climbRate double

the new climb rate

digits uint

the number of decimal places to display in the spin button

Meta