Function choice
pub fn choice(x: i32, y: i32, txt: &str, b0: &str, b1: &str, b2: &str) -> i32
👎Deprecated since 1.3.1: please use
choice2
insteadAvailable on crate feature
dep_fltk
only.Expand description
Displays a choice box with up to three choices. Choosing a value returns its index from the arguments