[][src]Function newt::windows::win_ternary

pub fn win_ternary(
    title: &str,
    button1: &str,
    button2: &str,
    button3: &str,
    text: &str
) -> i32

Open a window with three buttons.

Returns the number of the button pressed.