windowWillUseStandardFrame method

void windowWillUseStandardFrame({
  1. required Rect defaultFrame,
})

Called by NSWindow’s zoom(_:) method while determining the frame a window may be zoomed to.

Implementation

void windowWillUseStandardFrame({required Rect defaultFrame}) {}