Vuo  2.3.2
Functions | Variables
VuoAppSplashWindow.m File Reference

Description

VuoAppSplashWindow implementation.

Definition in file VuoAppSplashWindow.m.

Go to the source code of this file.

Functions

void VuoApp_showSplashWindow (void)
 Shows the "Powered by Vuo" splash window. More...
 

Variables

NSWindow * VuoApp_splashWindow = nil
 The splash window instance. Non-nil when fading in, holding, and fading out; nil when invisible. More...
 
const double VuoApp_splashWindowWidth = 640
 The width of the splash window. More...
 
const double VuoApp_splashWindowHeight = 384
 The height of the splash window. More...
 

Function Documentation

◆ VuoApp_showSplashWindow()

void VuoApp_showSplashWindow ( void  )

Shows the "Powered by Vuo" splash window.

Definition at line 30 of file VuoAppSplashWindow.m.

Variable Documentation

◆ VuoApp_splashWindow

NSWindow* VuoApp_splashWindow = nil

The splash window instance. Non-nil when fading in, holding, and fading out; nil when invisible.

Definition at line 21 of file VuoAppSplashWindow.m.

◆ VuoApp_splashWindowHeight

const double VuoApp_splashWindowHeight = 384

The height of the splash window.

Definition at line 25 of file VuoAppSplashWindow.m.

◆ VuoApp_splashWindowWidth

const double VuoApp_splashWindowWidth = 640

The width of the splash window.

Definition at line 23 of file VuoAppSplashWindow.m.