Function ncursesw::panels::new_panel[][src]

pub fn new_panel(window_handle: WINDOW) -> Result<PANEL, NCurseswError>
Expand description

allocates a PANEL structure, associates it with win, places the panel on the top of the stack (causes it to be displayed above any other panel) and returns a pointer to the new panel.