[GRASS-SVN] r43787 - grass/branches/develbranch_6/gui/wxpython
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Oct 5 05:39:30 EDT 2010
Author: martinl
Date: 2010-10-05 09:39:30 +0000 (Tue, 05 Oct 2010)
New Revision: 43787
Modified:
grass/branches/develbranch_6/gui/wxpython/wxgui.py
Log:
cosmetics in wxGUI documentation
(merge r43785 from trunk)
Modified: grass/branches/develbranch_6/gui/wxpython/wxgui.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/wxgui.py 2010-10-05 08:29:26 UTC (rev 43786)
+++ grass/branches/develbranch_6/gui/wxpython/wxgui.py 2010-10-05 09:39:30 UTC (rev 43787)
@@ -1316,6 +1316,7 @@
self.curr_page.maptree.mapdisplay.Show()
def AddRaster(self, event):
+ """!Add raster to the layer tree"""
self.notebook.SetSelection(0)
self.curr_page.maptree.AddLayer('raster')
@@ -1565,7 +1566,7 @@
def OnInit(self):
"""!Initialize all available image handlers
-
+
@return True
"""
wx.InitAllImageHandlers()
More information about the grass-commit
mailing list