Vuo 2.4.4
Loading...
Searching...
No Matches
Functions
VuoToolbar.mm File Reference

Description

VuoToolbar implementation.

Definition in file VuoToolbar.mm.

Go to the source code of this file.

Functions

static NSRect windowWillPositionSheetUsingRect (id self, SEL _cmd, NSWindow *window, NSWindow *sheet, NSRect rect)
 On macOS 10.12 through 10.15, positions the sheet directly beneath the titlebar/toolbar.
 

Function Documentation

◆ windowWillPositionSheetUsingRect()

static NSRect windowWillPositionSheetUsingRect ( id  self,
SEL  _cmd,
NSWindow *  window,
NSWindow *  sheet,
NSRect  rect 
)
static

On macOS 10.12 through 10.15, positions the sheet directly beneath the titlebar/toolbar.

(On macOS 11+, window-modal dialogs are always centered inside the parent window.)

Definition at line 23 of file VuoToolbar.mm.