Vuo  2.0.3
Classes | Macros | Functions
VuoEditorWindowToolbar.mm File Reference

Description

VuoEditorWindowCocoa implementation.

Definition in file VuoEditorWindowToolbar.mm.

Go to the source code of this file.

Classes

class  VuoEditorZoomButtons
 A multi-segment button control containing the 4 zoom operations. More...
 
class  VuoEditorEventsButton
 A "Show/Hide Events" toggle button. More...
 
class  VuoEditorTitleCell
 Renders text vertically centered in the cell. More...
 

Functions

NSRect windowWillPositionSheetUsingRect (id self, SEL _cmd, NSWindow *window, NSWindow *sheet, NSRect rect)
 On macOS 10.13, positions the sheet beneath the toolbar. More...
 

Function Documentation

◆ windowWillPositionSheetUsingRect()

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

On macOS 10.13, positions the sheet beneath the toolbar.

(On previous versions of macOS, this happened automatically, but have to set titlebarAppearsTransparent on 10.13, which causes sheets to incorrectly appear at the top of the window frame.)

Definition at line 317 of file VuoEditorWindowToolbar.mm.