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
Resize the main window programmatically.
Width of the viewer window.
Height of the viewer window.