pub fn menu_opts_off(
    menu: Option<MENU>,
    opts: MenuOptions
) -> Result<(), NCurseswMenuError>
Expand description

Turns off the given options, and leaves others alone.

If menu is None then the default value is set.