[GRASS-SVN] r39625 - grass/branches/develbranch_6/gui/wxpython/vdigit

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Oct 26 17:51:41 EDT 2009


Author: martinl
Date: 2009-10-26 17:51:41 -0400 (Mon, 26 Oct 2009)
New Revision: 39625

Modified:
   grass/branches/develbranch_6/gui/wxpython/vdigit/pseudodc.i
Log:
add DrawLinePoint to pseudodc.i


Modified: grass/branches/develbranch_6/gui/wxpython/vdigit/pseudodc.i
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/vdigit/pseudodc.i	2009-10-26 17:27:52 UTC (rev 39624)
+++ grass/branches/develbranch_6/gui/wxpython/vdigit/pseudodc.i	2009-10-26 21:51:41 UTC (rev 39625)
@@ -95,6 +95,8 @@
                 void DrawBitmap(const wxBitmap& bitmap, float x, float y, bool useMask) {
                         return self->DrawBitmap(bitmap, (wxCoord) x, (wxCoord) y, useMask);
                 }
-
+		void DrawLinePoint(const wxPoint& p1, const wxPoint& p2) {
+		        return self->DrawLine(p1, p2);
+                }
 	}
 };



More information about the grass-commit mailing list