C# Class WatchThis.SlideshowWindowDelegate

Inheritance: NSWindowDelegate
Datei anzeigen Open project: kevintavog/WatchThis.net

Public Methods

Method Description
DidEnterFullScreen ( NSNotification notification ) : void
DidExitFullScreen ( NSNotification notification ) : void
SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
WillClose ( NSNotification notification ) : void

Method Details

DidEnterFullScreen() public method

public DidEnterFullScreen ( NSNotification notification ) : void
notification NSNotification
return void

DidExitFullScreen() public method

public DidExitFullScreen ( NSNotification notification ) : void
notification NSNotification
return void

SlideshowWindowDelegate() public method

public SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
controller SlideshowWindowController
return System

WillClose() public method

public WillClose ( NSNotification notification ) : void
notification NSNotification
return void