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

Open a window with three buttons.

Returns the number of the button pressed.