Macro settings_cb

Source
macro_rules! settings_cb {
    ($title:expr, $c_bt:expr, $save_cb:expr, $($view:expr), *) => { ... };
}
Expand description

Same as the settings! macro, but allows for a custom confirmation text to be defined as well