FSpot.MainWindow.HandleFullScreenViewKeyPressEvent C# (CSharp) Méthode

HandleFullScreenViewKeyPressEvent() public méthode

public HandleFullScreenViewKeyPressEvent ( object sender, Gtk args ) : void
sender object
args Gtk
Résultat void
		void HandleFullScreenViewKeyPressEvent (object sender, Gtk.KeyPressEventArgs args)
		{
			HandleCommonPhotoCommands (sender, args);
			if ((bool)args.RetVal)
				// this will hide any panels again that might have appeared above the fullscreen view
				fsview.Present ();
		}
MainWindow