Function test_spin_button_click

Source
pub fn test_spin_button_click<P: IsA<SpinButton>>(
    spinner: &P,
    button: u32,
    upwards: bool,
) -> bool
👎Deprecated