[GRASS-SVN] r37508 - grass/branches/releasebranch_6_4/gui/wxpython/docs

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 26 09:47:23 EDT 2009


Author: epatton
Date: 2009-05-26 09:47:23 -0400 (Tue, 26 May 2009)
New Revision: 37508

Modified:
   grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
Log:
Added mouse button functions to wx gui vector digitizer notes, merge from devbr6

Modified: grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html
===================================================================
--- grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html	2009-05-26 13:33:50 UTC (rev 37507)
+++ grass/branches/releasebranch_6_4/gui/wxpython/docs/wxGUI.Vector_Digitizing_Tool.html	2009-05-26 13:47:23 UTC (rev 37508)
@@ -204,6 +204,13 @@
 
 <h2>NOTES</h2>
 
+<dl><b>Mouse button Functions:</b> 
+	<dt<i>Left</i>    - select/deselect features</dt>
+	<dt><i>Middle</i> - cancel action</dt>
+	<dt><i>Right</i>  - confirm action</dt>
+</dl>
+
+<p>
 <i>Dead (deleted)</i> are internally only marked in the geometry file
 as 'dead' but it remains there and occupies space. Any vector module
 used afterwards on this vector map which really reads and writes



More information about the grass-commit mailing list