FSpot.MainWindow.HandleFullScreenViewKeyPressEvent C# (CSharp) Method

HandleFullScreenViewKeyPressEvent() public method

public HandleFullScreenViewKeyPressEvent ( object sender, Gtk args ) : void
sender object
args Gtk
return 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