[][src]Function opencv::highgui::set_window_title

pub fn set_window_title(winname: &str, title: &str) -> Result<()>

Updates window title

Parameters

  • winname: Name of the window.
  • title: New title.