SpinButton.configure

Changes the properties of an existing spin button. The adjustment, climb rate, and number of decimal places are all changed accordingly, after this function call.

class SpinButton
void
configure

Parameters

adjustment Adjustment

a GtkAdjustment. [allow-none]

climbRate double

the new climb rate

digits uint

the number of decimal places to display in the spin button

Meta