uiSpinboxSetValue

Function uiSpinboxSetValue 

Source
pub unsafe extern "C" fn uiSpinboxSetValue(
    s: *mut uiSpinbox,
    value: c_int,
)
Expand description

Sets the spinbox value.

@param s uiSpinbox instance. @param value Value to set. @note Setting a value out of range will clamp to the nearest value in range. @memberof uiSpinbox