From 53c6ea71c9e23ceaf609f7b45701bbfd4253892e Mon Sep 17 00:00:00 2001 From: vwheeler Date: Wed, 30 Apr 2014 04:26:28 +0000 Subject: [PATCH] Minor grammar correction. Author:vwheeler Date:2014-04-30T04:26:28.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1356 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../properties/eiffelvision-pick-and-drop.wiki | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/properties/eiffelvision-pick-and-drop.wiki b/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/properties/eiffelvision-pick-and-drop.wiki index 8dd1dffd..9c62e665 100644 --- a/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/properties/eiffelvision-pick-and-drop.wiki +++ b/documentation/current/solutions/gui-building/eiffelvision-2/eiffelvision-library-reference-manual/properties/eiffelvision-pick-and-drop.wiki @@ -43,11 +43,11 @@ Because print takes an argument of type [[ref:/libraries/base/r ==Three Different Modes of Transport== There are three different modes of transport available for pick and drop. They are listed below with details of their use: -* Pick and Drop mode.
+* Pick and Drop Mode.
::This is the default mode for pick and drop, but can be set by calling set_pick_and_drop_mode on the '''source''' object. Right clicking on a '''source''' starts the transport and right clicking on a valid '''target''' completes the transport. During execution, a band is drawn from the screen position where the pick started to the current mouse position. Pressing the left mouse button or the escape key during execution will end the transport. -* Drag and drop mode
+* Drag and Drop Mode
::This mode can be set by calling set_drag_and_drop_mode on the '''source''' object. Left clicking on a '''source''' starts the transport and releasing the left mouse button over a valid '''target''' completes the transport. During execution, a band is drawn from the screen position where the pick started to the current mouse position. Releasing the left mouse button or pressing the escape key during execution will end the transport. -* Target menu mode
+* Target Menu Mode
::This mode can be set by calling set_target_menu_mode on the '''source''' object. Right clicking on a '''source''' brings up a menu of all the valid drop '''targets''' in the system. Selecting one of these targets completes the transport.