FSpot.MainWindow.HandlePhotoViewDragDrop C# (CSharp) Method

HandlePhotoViewDragDrop() public method

public HandlePhotoViewDragDrop ( object sender, Gtk.DragDropArgs args ) : void
sender object
args Gtk.DragDropArgs
return void
		void HandlePhotoViewDragDrop (object sender, DragDropArgs args)
		{
			//Widget source = Gtk.Drag.GetSourceWidget (args.Context);

			args.RetVal = true;
		}
MainWindow