Skip to content

OrionWindowResizeDelegate

Corban Amouzou edited this page Jan 12, 2022 · 1 revision

OrionWindowResizeDelegate

Used when the window gets a windowWillResize event called on it. This allows views relying on the windows size to resize their constraints before anything happens

protocol OrionWindowResizeDelegate: AnyObject 

Inheritance

AnyObject

Requirements

windowWillResize(toSize:​)

A forward call of the windowWillResize function implemented on the window delegate

func windowWillResize(toSize: NSSize)
Clone this wiki locally