[][src]Function ncursesw::getwin

pub fn getwin<I: AsRawFd + Read>(file: I) -> Result<WINDOW, NCurseswError>

Read window related data stored in the file by an earlier putwin() call. The routine then creates and initializes a new window using that data, returning the new window object.