App.resize

App.resize(width, height)[source]

Resize the main window programmatically.

Parameters:
  • width (int) – Width of the viewer window.

  • height (int) – Height of the viewer window.

Returns:

None