[][src]Function newt::open_window

pub fn open_window(
    left: i32,
    top: i32,
    width: u32,
    height: u32,
    title: Option<&str>
) -> Result<(), ()>

Open a window at the specified location.