destroy_window

Function destroy_window 

Source
pub fn destroy_window(winname: &str) -> Result<()>
Expand description

Destroys the specified window.

The function destroyWindow destroys the window with the given name.

ยงParameters

  • winname: Name of the window to be destroyed.