windowWillResize method
Tells the delegate that the window is being resized (whether by the user
or through one of the setFrame... methods other than
setFrame(_:display:)).
Implementation
void windowWillResize({required Size to}) {}
Tells the delegate that the window is being resized (whether by the user
or through one of the setFrame... methods other than
setFrame(_:display:)).
void windowWillResize({required Size to}) {}