[GRASS-GUI] wxpython mark
Martin Landa
landa.martin at gmail.com
Sun Dec 6 07:07:45 EST 2009
Hi,
2009/11/30 Luis Lisboa <luislisboa1975 at gmail.com>:
> While I was analyzing http://grass.osgeo.org/wiki/WxGUI website I found this
> mark
> " <keydesc>" at MODULE GUI's example
> My question is what is the purpose of this mark? Because I can't see no
> effect in the displayed example
keydesc is not used in wxGUI. It is used in G_usage().
d.rast [-ni] map=name [catlist=cat[-cat][,cat[-cat],...]]
[vallist=val[-val][,val[-val],...]] [bg=color] [--verbose] [--quiet]
E.g.
<parameter name="map" type="string" required="yes" multiple="no">
<description>
Raster map to be displayed
</description>
<keydesc>
<item order="1">name</item>
</keydesc>
<gisprompt age="old" element="cell" prompt="raster" />
</parameter>
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
More information about the grass-gui
mailing list