C# Class WatchThis.SlideshowWindowDelegate

Inheritance: NSWindowDelegate
Afficher le fichier Open project: kevintavog/WatchThis.net

Méthodes publiques

Méthode Description
DidEnterFullScreen ( NSNotification notification ) : void
DidExitFullScreen ( NSNotification notification ) : void
SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
WillClose ( NSNotification notification ) : void

Method Details

DidEnterFullScreen() public méthode

public DidEnterFullScreen ( NSNotification notification ) : void
notification NSNotification
Résultat void

DidExitFullScreen() public méthode

public DidExitFullScreen ( NSNotification notification ) : void
notification NSNotification
Résultat void

SlideshowWindowDelegate() public méthode

public SlideshowWindowDelegate ( SlideshowWindowController controller ) : System
controller SlideshowWindowController
Résultat System

WillClose() public méthode

public WillClose ( NSNotification notification ) : void
notification NSNotification
Résultat void